AFStateTestScreenContextForScreen<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > constructor
AFStateTestScreenContextForScreen<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > ({
- required AFScreenID screenId,
- required AFConnectedUIConfig<
AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface< screenConfig,AFComponentState, AFBuildContext< >AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme>
Implementation
AFStateTestScreenContextForScreen({
required AFScreenID screenId,
required AFConnectedUIConfig screenConfig,
}): super(screenId: screenId, screenConfig: screenConfig);