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<ShapeBorder?>? shape,
  8. ButtonState<double?>? iconSize,
})

Implementation

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