showCloseButton property
bool
get
showCloseButton
Implementation
bool get showCloseButton => switch (this) {
BasicSheetType.withCloseButton => true,
BasicSheetType.withOutCloseButton => false,
};