open abstract method

Future<void> open({
  1. required BuildContext context,
  2. Widget? startWidget,
})

Opens the modal with the provided startState. If none is provided, the default state will be used based on platform.

Implementation

Future<void> open({
  required BuildContext context,
  Widget? startWidget,
});