debugDeterministicLoadingWidget property Null safety
read / write
Setting this property to true replaces the default loading widget with a static Text. This property is most useful for testing purposes.
Defaults to false
, resulting in a CircularProgressIndicator.
Implementation
static bool debugDeterministicLoadingWidget = false;