Flutter
animation
AnimationLazyListenerMixin
isListening property
isListening
description
isListening
property
Null safety
bool
isListening
Whether there are any listeners.
Implementation
bool
get
isListening => _listenerCounter >
0
;
Flutter
animation
AnimationLazyListenerMixin
isListening property
AnimationLazyListenerMixin mixin
Properties
hashCode
isListening
runtimeType
Methods
didRegisterListener
didStartListening
didStopListening
didUnregisterListener
noSuchMethod
toString
Operators
operator ==