Flutter
widgets
OverscrollIndicatorNotification
disallowGlow method
disallowGlow
OverscrollIndicatorNotification class
Constructors
OverscrollIndicatorNotification
Properties
leading
depth
hashCode
runtimeType
Methods
debugFillDescription
disallowGlow
dispatch
noSuchMethod
toString
visitAncestor
Operators
operator ==
disallowGlow method
void
disallowGlow
(
)
Call this method if the glow should be prevented.
Implementation
void disallowGlow() { _accepted = false; }