menu
arcane_jaspr package
documentation
core/props/toggle_group_props.dart
ToggleGroupItemProps
ToggleGroupItemProps.new const constructor
ToggleGroupItemProps.new const constructor
dark_mode
light_mode
ToggleGroupItemProps
constructor
const
ToggleGroupItemProps
(
{
required
String
value
,
required
Widget
child
,
bool
disabled
=
false
,
})
Implementation
const ToggleGroupItemProps({ required this.value, required this.child, this.disabled = false, });
arcane_jaspr package
documentation
core/props/toggle_group_props
ToggleGroupItemProps
ToggleGroupItemProps.new const constructor
ToggleGroupItemProps class