showCusDialog method
Implementation
void showCusDialog(Widget dialog) {
showDialog(context: this, builder: (BuildContext context) => dialog);
}
void showCusDialog(Widget dialog) {
showDialog(context: this, builder: (BuildContext context) => dialog);
}