RadioFieldTheme constructor
const
RadioFieldTheme({
- TextStyle? textStyle,
- WidgetStateProperty<
Color?> ? textColor, - InputDecorationThemeData? decorationTheme,
- RadioThemeData? radioTheme,
- bool canTapItemTile = false,
- bool canDeselect = true,
Implementation
const RadioFieldTheme({
super.textStyle,
super.textColor,
super.decorationTheme,
this.radioTheme,
this.canTapItemTile = false,
this.canDeselect = true,
});