mirror of
https://github.com/flutter/samples.git
synced 2025-11-12 07:48:55 +00:00
Migrate to the New Material Buttons (#668)
This commit is contained in:
@@ -86,7 +86,7 @@ class _SignInButtonState extends State<SignInButton> {
|
||||
_showError();
|
||||
}
|
||||
|
||||
return RaisedButton(
|
||||
return ElevatedButton(
|
||||
child: Text('Sign In with Google'),
|
||||
onPressed: () => _signIn(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user