forceBuildWhenInializating property

bool forceBuildWhenInializating
final

Indicates whether the widget should be rebuilt when the Bloc is initializing. Must be used with buildWhen to work properly.

Implementation

final bool forceBuildWhenInializating;