menu
ecp_widget package
documentation
widgets/fitted_check_box.dart
FittedCheckBox
FittedCheckBox.new const constructor
FittedCheckBox.new const constructor
dark_mode
light_mode
FittedCheckBox
constructor
const
FittedCheckBox
(
{
Key
?
key
,
double
?
size
,
bool
?
initValue
,
dynamic
onSelected
(
bool
?
)?,
Color
?
borderColor
,
})
Implementation
const FittedCheckBox({ super.key, this.size, this.initValue, this.onSelected, this.borderColor, });
ecp_widget package
documentation
widgets/fitted_check_box
FittedCheckBox
FittedCheckBox.new const constructor
FittedCheckBox class