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