ZdsBottomSheet constructor
- {required Widget child,
- Key? key,
- PreferredSizeWidget? header,
- PreferredSizeWidget? bottom,
- Color? backgroundColor,
- double? maxHeight,
- double? bottomInset}
Defines the contents of the bottom sheet. It's recommended to not use this widget directly and instead call showZdsBottomSheet
child must not be null.
Implementation
const ZdsBottomSheet