openDialog abstract method

Future openDialog(
  1. WidgetBuilder builder, {
  2. bool root = true,
  3. dynamic type,
})

Opens specific dialog based on given type Be default opens simple pop-up dialog.

Implementation

Future<dynamic> openDialog(WidgetBuilder builder,
    {bool root = true, dynamic type});