AFDialogPrototype constructor
AFDialogPrototype({
- required AFPrototypeID id,
- required dynamic models,
- required AFSingleScreenPrototypeBody body,
- required AFTestTimeHandling timeHandling,
Implementation
AFDialogPrototype({
required AFPrototypeID id,
required dynamic models,
AFNavigatePushAction? navigate,
AFNavigateWithOnEventContextDelegate? navigateWithEventContext,
required AFSingleScreenPrototypeBody body,
required AFTestTimeHandling timeHandling,
}): super(
id: id,
stateView: models,
navigate: navigate,
navigateWithEventContext: navigateWithEventContext,
body: body,
timeHandling: timeHandling, uiType: AFUIType.dialog);