IDataURLOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

IDataURLOptions({dynamic format, dynamic quality, dynamic multiplier, dynamic left, dynamic top, dynamic width, dynamic height, dynamic enableRetinaScaling, dynamic withoutTransform, dynamic withoutShadow})
factory

Properties

enableRetinaScaling ↔ dynamic
getter/setter pair
format ↔ dynamic
The format of the output image. Either "jpeg" or "png"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height ↔ dynamic
Cropping height. Introduced in v1.2.14
getter/setter pair
left ↔ dynamic
Cropping left offset. Introduced in v1.2.14
getter/setter pair
multiplier ↔ dynamic
Multiplier to scale by
getter/setter pair
quality ↔ dynamic
Quality level (0..1). Only used for jpeg
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top ↔ dynamic
Cropping top offset. Introduced in v1.2.14
getter/setter pair
width ↔ dynamic
Cropping width. Introduced in v1.2.14
getter/setter pair
withoutShadow ↔ dynamic
getter/setter pair
withoutTransform ↔ dynamic
getter/setter pair

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