AFScreenLikePrototype constructor
AFScreenLikePrototype({
- required AFPrototypeID id,
- required dynamic stateView,
- required AFSingleScreenPrototypeBody body,
- required AFTestTimeHandling timeHandling,
- required AFUIType uiType,
Implementation
AFScreenLikePrototype({
required AFPrototypeID id,
required this.stateView,
required this.navigate,
required this.navigateWithEventContext,
required this.body,
required this.timeHandling,
required AFUIType uiType,
}): super(id: id, uiType: uiType);