isBottomShareDialogOpen property

bool isBottomShareDialogOpen

Implementation

bool get isBottomShareDialogOpen => _isBottomShareDialogOpen;
void isBottomShareDialogOpen=(bool newValue)

Implementation

set isBottomShareDialogOpen(bool newValue) {
  setState(() {
    _isBottomShareDialogOpen = newValue;
    _stateKey = Object();
  });
}