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>>({
  1. required AFConnectedUIConfig<TState, TTheme, TStateView, TRouteParam, TSPI> config,
  2. required AFScreenID screenId,
})

Implementation

AFConnectedBottomSheet({
  required AFConnectedUIConfig<TState, TTheme, TStateView, TRouteParam, TSPI> config,
  required AFScreenID screenId,
}): super(config: config, screenId: screenId, launchParam: null);