isDismissible property

bool isDismissible
final

isDismissible Specifies whether the bottom sheet will be dismissed when user taps on the scrim. If true, the bottom sheet will be dismissed when user taps on the scrim. by default it is True.

Implementation

final bool isDismissible;