RitoPaintImage class final

Inheritance

Constructors

RitoPaintImage({required String src, required RitoDisplayRect rect, String? alt, String? href, RitoDisplayRect? sourceRect})
const

Properties

alt String?
final
hashCode int
The hash code for this object.
no setterinherited
href String?
final
opcode int
no setteroverride
rect RitoDisplayRect
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceRect RitoDisplayRect?
Raster sub-region to sample instead of the full bitmap — the clamp-bleed guard an SVG letterbox needs (see the engine's append_image_command).
final
src String
final

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