menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
SwitchKey typedef
SwitchKey typedef
dark_mode
light_mode
SwitchKey
typedef
SwitchKey
=
FormKey
<
bool
>
Form key type for switch fields with boolean values.
Implementation
typedef SwitchKey = FormKey<bool>;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
SwitchKey typedef
shadcn_flutter_experimental library