RitoPaintText class final

Inheritance

Constructors

RitoPaintText({required String text, required RitoDisplayRect rect, required RitoRunPaint paint, double? lineHeightPx, String? href, String? sourceText, int? sourceTextOffset, String? rubyAlign})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
finalinherited
lineHeightPx double?
finalinherited
opcode int
no setteroverride
paint RitoRunPaint
finalinherited
rect RitoDisplayRect
finalinherited
rubyAlign String?
The annotation's computed ruby-align keyword, when the engine sends one (wire tail field added with the ruby-align law).
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceText String?
finalinherited
sourceTextOffset int?
finalinherited
text String
finalinherited

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