SetCompositionParameters class

Constructors

SetCompositionParameters({required int contextId, required String text, int? selectionStart, int? selectionEnd, required int cursor, List<SetCompositionParametersSegments>? segments})
SetCompositionParameters.fromJS(SetCompositionParameters _wrapped)

Properties

contextId int
ID of the context where the composition text will be set
getter/setter pair
cursor int
Position in the text of the cursor.
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
segments List<SetCompositionParametersSegments>?
List of segments and their associated types.
getter/setter pair
selectionEnd int?
Position in the text that the selection ends at.
getter/setter pair
selectionStart int?
Position in the text that the selection starts at.
getter/setter pair
text String
Text to set
getter/setter pair
toJS → SetCompositionParameters
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