initialState property

  1. @protected
FastThemeBlocState? initialState
finalinherited

The initial state of the BloC.

Implementation

@protected
final S? initialState;