Flutter
widgets
TextRange
isNormalized
isNormalized
Flutter
widgets
TextRange
isNormalized
property
isNormalized
Flutter
widgets
TextRange
Constants
empty
Constructors
TextRange
collapsed
Properties
end
hashCode
isCollapsed
isNormalized
isValid
start
runtimeType
Operators
operator ==
Methods
textAfter
textBefore
textInside
toString
noSuchMethod
bool
isNormalized
Whether the start of this range precedes the end.
Source
bool get isNormalized => end >= start;