We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14622ad commit f266865Copy full SHA for f266865
lib/components/textfield.dart
@@ -12,6 +12,7 @@ class TextFieldComponent extends StatefulWidget {
12
@override
13
_TextFieldComponentState createState() => _TextFieldComponentState();
14
15
+
16
}
17
18
class _TextFieldComponentState extends State<TextFieldComponent> {
0 commit comments