debugDeterministicLoadingWidget property

bool debugDeterministicLoadingWidget
getter/setter pair

Setting this property to true replaces the default with a static Text. This property is most useful for testing purposes.

Defaults to false, resulting in a CircularProgressIndicator.

Implementation

static bool debugDeterministicLoadingWidget = false;