showCusDialog method

void showCusDialog(
  1. Widget dialog
)

Implementation

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