RadioButtonThemeData constructor

const RadioButtonThemeData({
  1. ButtonState<BoxDecoration?>? checkedDecoration,
  2. ButtonState<BoxDecoration?>? uncheckedDecoration,
  3. ButtonState<Color?>? foregroundColor,
})

Creates a theme that can be used for RadioButtonTheme

Implementation

const RadioButtonThemeData({
  this.checkedDecoration,
  this.uncheckedDecoration,
  this.foregroundColor,
});