SeniorBottomSheetStyle constructor

const SeniorBottomSheetStyle({
  1. Color? backgroundColor,
  2. Color? closeButtonColor,
  3. Color? titleColor,
})

Style definitions for the SeniorBottomSheet component.

Implementation

const SeniorBottomSheetStyle({
  this.backgroundColor,
  this.closeButtonColor,
  this.titleColor,
});