ImageProperties class

The properties of the Image.

Constructors

ImageProperties({double? brightness, double? contrast, CropProperties? cropProperties, Link? link, Outline? outline, Recolor? recolor, Shadow? shadow, double? transparency})
ImageProperties.fromJson(Map json_)

Properties

brightness double?
The brightness effect of the image.
getter/setter pair
contrast double?
The contrast effect of the image.
getter/setter pair
cropProperties CropProperties?
The crop properties of the image.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
The hyperlink destination of the image.
getter/setter pair
outline Outline?
The outline of the image.
getter/setter pair
recolor Recolor?
The recolor effect of the image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow Shadow?
The shadow of the image.
getter/setter pair
transparency double?
The transparency effect of the image.
getter/setter pair

Methods

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

Operators

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