menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
FormKey<T>
FormKey.new const constructor
FormKey.new const constructor
dark_mode
light_mode
FormKey<
T
>
constructor
const
FormKey<
T
>
(
Object
key
)
Creates a
FormKey
with the specified key object.
Implementation
const FormKey(this.key);
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
FormKey<T>
FormKey.new const constructor
FormKey class