isClosed property
bool
get
isClosed
Indicates whether the sheet is closed and fully hidden.
Implementation
bool get isClosed => _extent.isClosed;
Indicates whether the sheet is closed and fully hidden.
bool get isClosed => _extent.isClosed;