menu
ex_kit package
documentation
ex.dart
ExKeyValue
ExKeyValue.new constructor
ExKeyValue.new constructor
dark_mode
light_mode
ExKeyValue
constructor
ExKeyValue
(
{
required
dynamic
key
,
required
String
value
,
Widget
?
icon
,
bool
?
isSelected
,
})
Implementation
ExKeyValue({ required this.key, required this.value, this.icon, this.isSelected, });
ex_kit package
documentation
ex
ExKeyValue
ExKeyValue.new constructor
ExKeyValue class