initialState property

T Function(Object? arguments) initialState
final

The state of the Bloc upon initialization

Implementation

final T Function(Object? arguments) initialState;