AFScreenLikePrototype constructor

AFScreenLikePrototype({
  1. required AFPrototypeID id,
  2. required dynamic stateView,
  3. required AFNavigatePushAction? navigate,
  4. required AFNavigateWithOnEventContextDelegate? navigateWithEventContext,
  5. required AFSingleScreenPrototypeBody body,
  6. required AFTestTimeHandling timeHandling,
  7. 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);