FMSelectButtonOptions constructor
const
FMSelectButtonOptions({
- Widget? child,
- ButtonStyle? style,
- ButtonStyle? disabledStyle,
- EdgeInsets padding = const EdgeInsets.all(20),
- Alignment alignment = Alignment.bottomCenter,
Implementation
const FMSelectButtonOptions({
this.child,
this.style,
this.disabledStyle,
this.padding = const EdgeInsets.all(20),
this.alignment = Alignment.bottomCenter,
});