Flutter
dart:ui
TextRange
isNormalized property
isNormalized
isNormalized
property
Null safety
bool
isNormalized
Whether the start of this range precedes the end.
Implementation
bool get isNormalized => end >= start;
Flutter
dart:ui
TextRange
isNormalized property
TextRange class
Constructors
TextRange
collapsed
Properties
end
hashCode
isCollapsed
isNormalized
isValid
runtimeType
start
Methods
noSuchMethod
textAfter
textBefore
textInside
toString
Operators
operator ==
Constants
empty