isDismissable property

bool isDismissable
final

If false, the SlidingSheetDialog will not be dismissable.

That means that the user wont be able to close the sheet using gestures or back button.

Implementation

final bool isDismissable;