mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 23:39:14 +00:00
Beta (#1234)
This commit is contained in:
@@ -37,7 +37,7 @@ class SignInButton extends StatefulWidget {
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
_SignInButtonState createState() => _SignInButtonState();
|
||||
State<SignInButton> createState() => _SignInButtonState();
|
||||
}
|
||||
|
||||
class _SignInButtonState extends State<SignInButton> {
|
||||
|
||||
Reference in New Issue
Block a user