can_close


Description:

public bool can_close { get; set; }

Whether the bottom sheet can be closed by user.

It can be closed via the close button, swiping down, pressing <kbd>Escape</kbd> or clicking the content dimming (when modal).

Bottom sheet can still be closed using [property@BottomSheet:open].