Replaced deprecated property with new one (#640)

pull/630/head
Alabhya 4 years ago committed by GitHub
parent 39e435960c
commit 9caf12257f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,7 @@ class _SignInHttpDemoState extends State<SignInHttpDemo> {
void _showDialog(String message) {
showDialog(
context: context,
child: AlertDialog(
builder: (context) => AlertDialog(
title: Text(message),
actions: [
FlatButton(

Loading…
Cancel
Save