CubitWrapper<TState> constructor

CubitWrapper<TState>(
  1. TState initialState
)

Implementation

CubitWrapper(TState initialState) : super(CubixState(initialState));