isLoading property

ValueNotifier<bool>? isLoading
final

Whether this node's children are being loaded.

Implementation

final ValueNotifier<bool>? isLoading;