RaisedButton(
child: Text('snackbar'),
onPressed: () {
Get.snackbar('标题', '网络错误!',
colorText: Colors.white, backgroundColor: Colors.black87);
},
),
RaisedButton(
child: Text('snackbar'),
onPressed: () {
Get.snackbar('标题', '网络错误!',
colorText: Colors.white, backgroundColor: Colors.black87);
},
),
本文标题:Flutter GetX Snackbar with no c
本文链接:https://www.haomeiwen.com/subject/yugwfltx.html
网友评论