dismissible property

bool dismissible
final

Whether the sheet is dismissible via drag or outside taps; defaults to true for standard modal behavior, set to false for persistent sheets like settings.

Implementation

final bool dismissible;