ButtonOptions constructor

ButtonOptions(
  1. bool latchable,
  2. ButtonState state,
  3. bool supressBorder,
  4. bool transparent,
  5. bool disabled,
  6. bool noBorder,
)

Implementation

ButtonOptions(this.latchable, this.state, this.supressBorder,
    this.transparent, this.disabled, this.noBorder);