FMSelectButtonOptions constructor

const FMSelectButtonOptions({
  1. Widget? child,
  2. ButtonStyle? style,
  3. ButtonStyle? disabledStyle,
  4. EdgeInsets padding = const EdgeInsets.all(20),
  5. Alignment alignment = Alignment.bottomCenter,
})

Implementation

const FMSelectButtonOptions({
  this.child,
  this.style,
  this.disabledStyle,
  this.padding = const EdgeInsets.all(20),
  this.alignment = Alignment.bottomCenter,
});