
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);
},
),