show method

Future<void> show(
  1. BuildContext context
)

Implementation

Future<void> show(final BuildContext context) async => showDialog<void>(
  context: context,
  builder: (final BuildContext context) => this,
);