FCheckboxStateStyle constructor
const
FCheckboxStateStyle({})
Creates a FCheckboxStateStyle.
Implementation
const FCheckboxStateStyle({
required this.borderColor,
required this.iconColor,
required this.checkedBackgroundColor,
required this.uncheckedBackgroundColor,
required this.labelTextStyle,
required this.descriptionTextStyle,
});