AdaptiveModalDialog<T> constructor
const
AdaptiveModalDialog<T> ({
- required Widget title,
- required Widget content,
- required AdaptiveModalDialogAction primaryButton,
- AdaptiveModalDialogAction? secondaryButton,
- bool barrierDismissible = false,
- RouteSettings? routeSettings,
- String? barrierLabel,
Implementation
const AdaptiveModalDialog({
required this.title,
required this.content,
required this.primaryButton,
this.secondaryButton,
this.barrierDismissible = false,
this.useRootNavigator = true,
this.routeSettings,
this.barrierLabel,
});