Flutter
widgets
TextSelectionOverlay
toolbarIsVisible property
toolbarIsVisible
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 ==
toolbarIsVisible property
bool
toolbarIsVisible
Whether the toolbar is currently visible.
Implementation
bool get toolbarIsVisible => _toolbar != null;