show method
显示弹窗
Implementation
show(BuildContext context) {
showModalBottomSheet(
context: context,
backgroundColor: Colors.transparent,
builder: (BuildContext context) {
return this;
}).then((value) {});
}
显示弹窗
show(BuildContext context) {
showModalBottomSheet(
context: context,
backgroundColor: Colors.transparent,
builder: (BuildContext context) {
return this;
}).then((value) {});
}