accessComponentState<TState extends AFComponentState> method

  1. @override
TState accessComponentState<TState extends AFComponentState>()
override

Implementation

@override
TState accessComponentState<TState extends AFComponentState>() {
  final stateView = buildContext.stateView;
  return createStateFromModels<TState>(stateView.models);
}