loading property

bool loading
final

Set to true if the child is loading and a loading indicator should be displayed. When loading, the opacity of the child will be reduced according to FitLoadingHandlerBehavior.loadingOpacity. The pointers will also be absorbed when loading.

Implementation

final bool loading;