menu
tonder_sdk_full package
documentation
widgets/custom_check.dart
CustomCheck
CustomCheck.new const constructor
CustomCheck.new const constructor
dark_mode
light_mode
CustomCheck
constructor
const
CustomCheck
(
{
Key
?
key
,
required
String
text
,
required
bool
value
,
required
dynamic
onChanged
(
bool
?
),
})
Implementation
const CustomCheck({ super.key, required this.text, required this.value, required this.onChanged, });
tonder_sdk_full package
documentation
widgets/custom_check
CustomCheck
CustomCheck.new const constructor
CustomCheck class