AFConnectedBottomSheet<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > constructor
AFConnectedBottomSheet<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > ({
- required AFConnectedUIConfig<
TState, TTheme, TStateView, TRouteParam, TSPI> config, - required AFScreenID screenId,
Implementation
AFConnectedBottomSheet({
required AFConnectedUIConfig<TState, TTheme, TStateView, TRouteParam, TSPI> config,
required AFScreenID screenId,
}): super(config: config, screenId: screenId, launchParam: null);