menu
te_widgets package
documentation
widgets/select/select_configs.dart
TSelectRecord<V> typedef
TSelectRecord<V> typedef
dark_mode
light_mode
TSelectRecord<
V
>
typedef
TSelectRecord
<
V
> = (
{
String
?
key
,
String
text
,
V
value
}
)
Implementation
typedef TSelectRecord<V> = ({ String text, V value, String? key, });
te_widgets package
documentation
widgets/select/select_configs
TSelectRecord<V> typedef
select_configs library