add some input describe

This commit is contained in:
xiaojia22326@163.com
2019-01-13 21:51:27 +08:00
parent 8dbcc213c4
commit 051d765d13
9 changed files with 20 additions and 23 deletions

View File

@ -12,17 +12,14 @@ import 'demo.dart';
const String _Text0 = """
### **简介**
> AlertDialog 向用户传递信息的弹出层。
这个组件没有任何可操作的选项. 相比使用这个组件, 通常我们更喜欢使用 **AlertDialog**或者**SimpleDialog**
> Dialog 向用户传递信息的弹出层。
-这个组件没有任何可操作的选项. 相比使用这个组件, 通常我们更喜欢使用 **AlertDialog**或者**SimpleDialog**
### **基本用法**
> 通常作为子窗口小部件传递给showDialog后者显示对话框。
""";
const String _Text1 = """