AFDialogStateProgrammingInterface<TState extends AFComponentState, TBuildContext extends AFBuildContext<AFFlexibleStateView, AFRouteParam>, TTheme extends AFFunctionalTheme> constructor

const AFDialogStateProgrammingInterface<TState extends AFComponentState, TBuildContext extends AFBuildContext<AFFlexibleStateView, AFRouteParam>, TTheme extends AFFunctionalTheme>(
  1. TBuildContext context,
  2. AFStandardSPIData standard
)

Implementation

const AFDialogStateProgrammingInterface(
  TBuildContext context,
  AFStandardSPIData standard,
): super(context, standard);