mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-24 00:33:29 +08:00
Update index.dart
change 'AlertDialog' to 'AboutDialog'
This commit is contained in:
@ -35,7 +35,7 @@ class _DemoState extends State<Demo> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return WidgetDemo(
|
return WidgetDemo(
|
||||||
title: 'AlertDialog',
|
title: 'AboutDialog',
|
||||||
codeUrl: 'components/Dialog/AboutDialog/demo.dart',
|
codeUrl: 'components/Dialog/AboutDialog/demo.dart',
|
||||||
contentList: [
|
contentList: [
|
||||||
_Text0,
|
_Text0,
|
||||||
|
Reference in New Issue
Block a user