show method
Implementation
Future show(BuildContext context, Widget widget) {
return showDialog(
context: context,
barrierColor: Colors.black87,
builder: (BuildContext context) => widget
);
}
Future show(BuildContext context, Widget widget) {
return showDialog(
context: context,
barrierColor: Colors.black87,
builder: (BuildContext context) => widget
);
}