CheckboxFieldTheme constructor
const
CheckboxFieldTheme({
- TextStyle? textStyle,
- WidgetStateProperty<
Color?> ? textColor, - InputDecorationThemeData? decorationTheme,
- CheckboxThemeData? checkboxTheme,
- FieldBlocBuilderControlAffinity? controlAffinity,
- bool canTapItemTile = false,
Implementation
const CheckboxFieldTheme({
super.textStyle,
super.textColor,
super.decorationTheme,
this.checkboxTheme,
this.controlAffinity,
this.canTapItemTile = false,
});