open abstract method
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,
});
Opens the modal with the provided startState
.
If none is provided, the default state will be used based on platform.
Future<void> open({
required BuildContext context,
Widget? startWidget,
});