FlatButton ( child: Text("FlatButton"), color: Colors.red, onPressed: () { print("FlatButton Click"); }, ). TextButton的使用如下.
確定! 回上一頁