SetCompositionParametersSegments class

Constructors

SetCompositionParametersSegments({required int start, required int end, required UnderlineStyle style})
SetCompositionParametersSegments.fromJS(SetCompositionParametersSegments _wrapped)

Properties

end int
Index of the character to end this segment after.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Index of the character to start this segment at
getter/setter pair
style UnderlineStyle
The type of the underline to modify this segment.
getter/setter pair
toJS → SetCompositionParametersSegments
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited