ButtonThemeData constructor

const ButtonThemeData({
  1. ButtonState<Decoration?>? decoration,
  2. EdgeInsetsGeometry? padding,
  3. EdgeInsetsGeometry? margin,
  4. double? scaleFactor,
  5. ButtonState<MouseCursor>? cursor,
  6. ButtonState<TextStyle>? textStyle,
  7. Duration? animationDuration,
  8. Curve? animationCurve,
})

Implementation

const ButtonThemeData({
  this.decoration,
  this.padding,
  this.margin,
  this.scaleFactor,
  this.cursor,
  this.textStyle,
  this.animationDuration,
  this.animationCurve,
});