TSideSheet constructor
const
TSideSheet(
- Widget child, {
- Key? key,
- Widget? header,
- String? title,
- String? subTitle,
- bool? showCloseButton,
- VoidCallback? onClose,
- double width = 400,
- double minWidth = 280,
- bool fromLeft = false,
- bool persistent = false,
- Color? backgroundColor,
- BorderRadius? borderRadius,
- Widget layoutBuilder(
- BuildContext context,
- Widget child
Implementation
const TSideSheet(
this.child, {
super.key,
this.header,
this.footer,
this.title,
this.subTitle,
this.showCloseButton,
this.onClose,
this.width = 400,
this.minWidth = 280,
this.fromLeft = false,
this.persistent = false,
this.backgroundColor,
this.borderRadius,
this.layoutBuilder,
});