ButtonStyle constructor

const ButtonStyle({
  1. ButtonState<TextStyle?>? textStyle,
  2. ButtonState<Color?>? backgroundColor,
  3. ButtonState<Color?>? foregroundColor,
  4. ButtonState<Color?>? shadowColor,
  5. ButtonState<double?>? elevation,
  6. ButtonState<EdgeInsetsGeometry?>? padding,
  7. ButtonState<BorderSide?>? border,
  8. ButtonState<OutlinedBorder?>? shape,
  9. ButtonState<MouseCursor?>? cursor,
  10. ButtonState<double?>? zFactor,
})

Implementation

const ButtonStyle({
  this.textStyle,
  this.backgroundColor,
  this.foregroundColor,
  this.shadowColor,
  this.elevation,
  this.padding,
  this.border,
  this.shape,
  this.cursor,
  this.zFactor,
});