BottomSheetWidget constructor

BottomSheetWidget(
  1. BuildContext context, {
  2. Widget? child,
  3. double? height,
  4. Color? backgroundColor,
})

Fullscreen Widget Constructor

Implementation

BottomSheetWidget(
  this.context, {
  this.child,
  this.height,
  this.backgroundColor,
});