BottomPickerButton constructor
const
BottomPickerButton({})
Implementation
const BottomPickerButton({
Key? key,
required this.onClick,
this.gradientColors = blueThemeColor,
this.solidColor,
this.buttonPadding,
this.buttonWidth,
this.buttonChild,
this.style,
}) : super(key: key);