ToggleButtonThemeData constructor

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

Implementation

const ToggleButtonThemeData({
  this.cursor,
  this.padding,
  this.margin,
  this.animationDuration,
  this.animationCurve,
  this.checkedDecoration,
  this.uncheckedDecoration,
  this.scaleFactor,
});