OneTapBottomSheetStyle constructor

const OneTapBottomSheetStyle({
  1. required OneTapBottomSheetType type,
  2. OneTapCornersStyle buttonCornersStyle = const OneTapCornersDefault(),
  3. OneTapSize buttonSize = OneTapSize.standard,
})

Constructs a style instance.

Implementation

const OneTapBottomSheetStyle({
  required this.type,
  this.buttonCornersStyle = const OneTapCornersDefault(),
  this.buttonSize = OneTapSize.standard,
});