ZeroBottomSheetStyle constructor

const ZeroBottomSheetStyle({
  1. Color? backgroundColor,
  2. Color? handleColor,
  3. bool? useHandle,
  4. BorderRadiusGeometry? borderRadius,
  5. Color? barierColor,
  6. double? elevation,
})

Implementation

const ZeroBottomSheetStyle({
  this.backgroundColor,
  this.handleColor,
  this.useHandle,
  this.borderRadius,
  this.barierColor,
  this.elevation,
});