menu
flutter_responsivity_helper package
documentation
widgets/responsive_checkbox.dart
ResponsiveCheckbox
ResponsiveCheckbox.new const constructor
ResponsiveCheckbox.new const constructor
dark_mode
light_mode
ResponsiveCheckbox
constructor
const
ResponsiveCheckbox
(
{
Key
?
key
,
dynamic
onChange
(
bool
?
)?,
bool
value
=
false
,
})
Implementation
const ResponsiveCheckbox({ Key? key, this.onChange, this.value = false, }) : super(key: key);
flutter_responsivity_helper package
documentation
widgets/responsive_checkbox
ResponsiveCheckbox
ResponsiveCheckbox.new const constructor
ResponsiveCheckbox class