RadioFieldTheme constructor

const RadioFieldTheme({
  1. TextStyle? textStyle,
  2. WidgetStateProperty<Color?>? textColor,
  3. InputDecorationThemeData? decorationTheme,
  4. RadioThemeData? radioTheme,
  5. bool canTapItemTile = false,
  6. bool canDeselect = true,
})

Implementation

const RadioFieldTheme({
  super.textStyle,
  super.textColor,
  super.decorationTheme,
  this.radioTheme,
  this.canTapItemTile = false,
  this.canDeselect = true,
});