onLoadingChanged property

void Function(bool)? onLoadingChanged
getter/setter pair

Called when isLoading toggles so the parent state can call setState.

Implementation

void Function(bool)? onLoadingChanged;