isLoading property

bool isLoading
final

Controls whether to show the skeleton or the actual content.

When true, a skeleton version of child will be displayed with a shimmer effect. When false, the actual child will be shown.

Implementation

final bool isLoading;