isDismissible property

bool isDismissible
final

If true close button will be rendered as well.

It's your responsibility to process the button press with onDismiss callback parameter.

Implementation

final bool isDismissible;