MiuixCheckboxColors constructor
const
MiuixCheckboxColors({
- required Color checkedForegroundColor,
- required Color uncheckedForegroundColor,
- required Color disabledCheckedForegroundColor,
- required Color disabledUncheckedForegroundColor,
- required Color checkedBackgroundColor,
- required Color uncheckedBackgroundColor,
- required Color disabledCheckedBackgroundColor,
- required Color disabledUncheckedBackgroundColor,
Implementation
const MiuixCheckboxColors({
required this.checkedForegroundColor,
required this.uncheckedForegroundColor,
required this.disabledCheckedForegroundColor,
required this.disabledUncheckedForegroundColor,
required this.checkedBackgroundColor,
required this.uncheckedBackgroundColor,
required this.disabledCheckedBackgroundColor,
required this.disabledUncheckedBackgroundColor,
});