[FIX] Fixed state key.
This commit is contained in:
@@ -11,8 +11,8 @@ export 'src/style.dart';
|
||||
class AstromicFields {
|
||||
//S1 -- Text Field
|
||||
static Widget text({
|
||||
Key? key,
|
||||
required TextEditingController controller,
|
||||
Key? stateKey,
|
||||
//
|
||||
void Function(String v)? onChanged,
|
||||
void Function(String v)? onSubmited,
|
||||
@@ -39,8 +39,8 @@ class AstromicFields {
|
||||
Column(
|
||||
children: [
|
||||
AstromicTextField(
|
||||
key: key,
|
||||
textController: controller,
|
||||
stateKey: stateKey,
|
||||
onChanged: onChanged,
|
||||
onSubmited: onSubmited,
|
||||
configuration: configuration,
|
||||
|
||||
Reference in New Issue
Block a user