loading property

bool loading
final

While true, renders a small CircularProgressIndicator in place of the value. Label, delta, and sparkline still render around it so the card height does not jump when data arrives.

Implementation

final bool loading;