mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Replaced deprecated property with new one (#640)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user