forceBuildWhenBusy property

bool forceBuildWhenBusy
final

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

Implementation

final bool forceBuildWhenBusy;