AFStandardBuildContextData constructor
AFStandardBuildContextData({
- required AFScreenID? screenId,
- required BuildContext? context,
- required AFDispatcher dispatcher,
- required AFConnectedUIConfig<
AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface< config,AFComponentState, AFBuildContext< >AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> - AFScreenPrototype? screenTest,
- required AFThemeState themes,
Implementation
AFStandardBuildContextData({
required this.screenId,
required this.context,
required this.dispatcher,
required this.config,
this.screenTest,
//required this.container,
required this.themes,
});