FMSelectButtonOptions constructor

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

Implementation

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