MyoroModalConfiguration<T> constructor
const
MyoroModalConfiguration<T> ({
- bool barrierDismissable = barrierDismissableDefaultValue,
- MyoroModalOnClosed<
T> ? onClosed, - String title = titleDefaultValue,
- bool showCloseButton = showCloseButtonDefaultValue,
Implementation
const MyoroModalConfiguration({
this.barrierDismissable = barrierDismissableDefaultValue,
this.useRootNavigator = useRootNavigatorDefaultValue,
this.onClosed,
this.title = titleDefaultValue,
this.showCloseButton = showCloseButtonDefaultValue,
});