AFBuilder<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > constructor
const
AFBuilder<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > ({
- Key? key,
- required AFConnectedUIConfig<
AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface< config,AFComponentState, AFBuildContext< >AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> - required TSPI spiParent,
- required AFBuildWithSPIDelegate<
TSPI> builder,
Implementation
const AFBuilder({Key? key,
required this.config,
required this.spiParent,
required this.builder,
}) : super(key: key);