Flutter
widgets
TextSelectionOverlay
handlesAreVisible property
handlesAreVisible
TextSelectionOverlay class
Constructors
TextSelectionOverlay
Properties
context
debugRequiredFor
handlesAreVisible
layerLink
renderObject
selectionControls
selectionDelegate
toolbarIsVisible
hashCode
runtimeType
Methods
dispose
hide
showHandles
showToolbar
update
updateForScroll
noSuchMethod
toString
Operators
operator ==
handlesAreVisible property
bool
handlesAreVisible
Whether the handles are currently visible.
Implementation
bool get handlesAreVisible => _handles != null;