AFStateTestScreenContextForScreen<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> constructor

AFStateTestScreenContextForScreen<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>({
  1. required AFScreenID screenId,
  2. required AFConnectedUIConfig<AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> screenConfig,
})

Implementation

AFStateTestScreenContextForScreen({
  required AFScreenID screenId,
  required AFConnectedUIConfig screenConfig,
}): super(screenId: screenId, screenConfig: screenConfig);