Flutter
widgets
AnimationLazyListenerMixin
isListening
isListening
Flutter
widgets
AnimationLazyListenerMixin
isListening
property
isListening
Flutter
widgets
AnimationLazyListenerMixin
Constructors
AnimationLazyListenerMixin
Properties
isListening
hashCode
runtimeType
Operators
operator ==
Methods
didRegisterListener
didStartListening
didStopListening
didUnregisterListener
noSuchMethod
toString
bool
isListening
Whether there are any listeners.
Source
bool get isListening => _listenerCounter > 0;