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

const AFBuilder<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>({
  1. Key? key,
  2. required AFConnectedUIConfig<AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> config,
  3. required TSPI spiParent,
  4. required AFBuildWithSPIDelegate<TSPI> builder,
})

Implementation

const AFBuilder({Key? key,
  required this.config,
  required this.spiParent,
  required this.builder,
}) : super(key: key);