BottomPickerButton constructor
const
BottomPickerButton({
- Key? key,
- required Function onClick,
- BottomPickerTheme theme = BottomPickerTheme.blue,
- List<
Color> ? gradients, - Color? solidColor,
- double? buttonPadding,
- double? buttonWidth,
- Widget? buttonChild,
- BoxDecoration? style,
Implementation
const BottomPickerButton({
Key? key,
required this.onClick,
this.theme = BottomPickerTheme.blue,
this.gradients,
this.solidColor,
this.buttonPadding,
this.buttonWidth,
this.buttonChild,
this.style,
}) : super(key: key);