Crop class Null safety

Class Crop

Inheritance

Constructors

Crop()

Properties

actionType String
read / write, override
dimensions Dimensions
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
regionRelative bool?
read / write, inherited
relative bool?
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

aspectRatio(dynamic aspectRatio) Resize
Sets the aspect ratio Receives dynamic returns this object Resize
inherited
gravity(Gravity gravity) BaseCrop
Sets the gravity Receives Gravity returns this object BaseCrop
inherited
height(dynamic height) Resize
Sets the height Receives dynamic returns this object Resize
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
params() List<Param?>
inherited
toString() String
A string representation of this object. [...]
inherited
width(dynamic width) Resize
Sets the width Receives dynamic returns this object Resize
inherited
x(dynamic x) BaseCrop
Sets the x value Receives dynamic returns this object BaseCrop
inherited
y(dynamic y) BaseCrop
Sets the y value Receives dynamic returns this object BaseCrop
inherited
zoom(dynamic zoom) BaseCrop
Sets the zoom Receives dynamic returns this object BaseCrop
inherited

Operators

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