BasicSheet.withOutCloseButton constructor

const BasicSheet.withOutCloseButton({
  1. required Widget child,
  2. Key? key,
  3. String? title,
})

Implementation

const BasicSheet.withOutCloseButton({
  required this.child,
  super.key,
  this.title,
}) : type = BasicSheetType.withOutCloseButton;