CheckboxFieldTheme constructor

const CheckboxFieldTheme({
  1. TextStyle? textStyle,
  2. WidgetStateProperty<Color?>? textColor,
  3. InputDecorationThemeData? decorationTheme,
  4. CheckboxThemeData? checkboxTheme,
  5. FieldBlocBuilderControlAffinity? controlAffinity,
  6. bool canTapItemTile = false,
})

Implementation

const CheckboxFieldTheme({
  super.textStyle,
  super.textColor,
  super.decorationTheme,
  this.checkboxTheme,
  this.controlAffinity,
  this.canTapItemTile = false,
});