OneTapBottomSheetStyle constructor
const
OneTapBottomSheetStyle({
- required OneTapBottomSheetType type,
- OneTapCornersStyle buttonCornersStyle = const OneTapCornersDefault(),
- OneTapSize buttonSize = OneTapSize.standard,
Constructs a style instance.
Implementation
const OneTapBottomSheetStyle({
required this.type,
this.buttonCornersStyle = const OneTapCornersDefault(),
this.buttonSize = OneTapSize.standard,
});