BaseCrop class abstract
Class BaseCrop
Constructors
- BaseCrop({Dimensions? dimensions, bool? relative, bool? regionRelative, Gravity? gravityValue, dynamic zoomValue, dynamic xValue, dynamic yValue})
-
Crop constructor
Receives Dimensions,
relative
,regionRelative
, gravity, zoom, x, y
Properties
- actionType ↔ String
-
getter/setter pairinherited
- dimensions ↔ Dimensions
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- regionRelative ↔ bool?
-
getter/setter pairinherited
- relative ↔ bool?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
aspectRatio(
dynamic aspectRatio) → Resize -
Sets the aspect ratio
Receives
dynamic
returns this object Resizeinherited -
gravity(
Gravity gravity) → BaseCrop - Sets the gravity Receives Gravity returns this object BaseCrop
-
height(
dynamic height) → Resize -
Sets the height
Receives
dynamic
returns this object Resizeinherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
params(
) → List< Param?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
width(
dynamic width) → Resize -
Sets the width
Receives
dynamic
returns this object Resizeinherited -
x(
dynamic x) → BaseCrop -
Sets the x value
Receives
dynamic
returns this object BaseCrop -
y(
dynamic y) → BaseCrop -
Sets the y value
Receives
dynamic
returns this object BaseCrop -
zoom(
dynamic zoom) → BaseCrop -
Sets the zoom
Receives
dynamic
returns this object BaseCrop
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited