dimContent property

bool dimContent
final

Whether or not to dim the content while progress indicator is shown.

If set to 'true', the content below the progress indicator remains visible and dimmed with dimColor. When 'false', the progress indicator replaces the content.

Defaults to 'false'.

Implementation

final bool dimContent;