RadioButtonThemeData constructor

const RadioButtonThemeData({
  1. ButtonState<MouseCursor>? cursor,
  2. Duration? animationDuration,
  3. Curve? animationCurve,
  4. ButtonState<BoxDecoration>? checkedDecoration,
  5. ButtonState<BoxDecoration>? uncheckedDecoration,
})

Implementation

const RadioButtonThemeData({
  this.cursor,
  this.animationDuration,
  this.animationCurve,
  this.checkedDecoration,
  this.uncheckedDecoration,
});