ImageTransform class

Instructs the backend on how to transform a stored image.

Constructors

ImageTransform({int? width, int? height, int? quality, double? blur, ImageCornerRadius? cornerRadius})

Properties

blur double?
The amount of blur to apply, in pixels.
final
cornerRadius ImageCornerRadius?
The corner radius to apply to the resulting image.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the resulting image.
final
quality int?
The quality of the resulting image. Value between 1 and 100 (inclusive).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
The width of the resulting image.
final

Methods

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

Operators

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