BlocStateBuilder<S extends BlocState> typedef

BlocStateBuilder<S extends BlocState> = S Function()

A function that builds a BlocState based on the type of the BlocState.

Implementation

typedef BlocStateBuilder<S extends BlocState> = S Function();