menu
Flutter
animation
AnimationLazyListenerMixin
isListening property
isListening
brightness_4
brightness_5
description
isListening
property
bool
isListening
Whether there are any listeners.
Implementation
bool get isListening => _listenerCounter > 0;
Flutter
animation
AnimationLazyListenerMixin
isListening property
AnimationLazyListenerMixin mixin