ZdsBottomSheet constructor

const ZdsBottomSheet(
  1. {required Widget child,
  2. Key? key,
  3. PreferredSizeWidget? header,
  4. PreferredSizeWidget? bottom,
  5. Color? backgroundColor,
  6. double? maxHeight,
  7. 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