fix:code url

This commit is contained in:
yifeng.yl
2019-01-30 12:35:50 +08:00
parent a3ebc2c4bb
commit 588c17ca10
42 changed files with 53 additions and 47 deletions

View File

@ -10,12 +10,9 @@
import 'package:flutter/material.dart';
class AlertDialogDemo extends StatefulWidget {
_Demo createState() => _Demo();
}
class AlertDialogDemo extends StatelessWidget{
// _Demo createState() => _Demo();
class _Demo extends State<AlertDialogDemo> {
void showAlertDialog(BuildContext context) {
showDialog<void>(
context: context,
@ -141,3 +138,8 @@ class _Demo extends State<AlertDialogDemo> {
});
}
}
// class _Demo extends State<AlertDialogDemo> {
// }