mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Beta (#1234)
This commit is contained in:
@@ -10,7 +10,7 @@ class AutofillDemo extends StatefulWidget {
|
||||
const AutofillDemo({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_AutofillDemoState createState() => _AutofillDemoState();
|
||||
State<AutofillDemo> createState() => _AutofillDemoState();
|
||||
}
|
||||
|
||||
class _AutofillDemoState extends State<AutofillDemo> {
|
||||
|
||||
Reference in New Issue
Block a user