EditActionDetails class
Constructors
Properties
- cropAspectRatio ↔ double?
-
getter/setter pair
- cropRect ↔ Rect?
-
getter/setter pair
- cropRectPadding ↔ EdgeInsets?
-
getter/setter pair
- delta ↔ Offset
-
getter/setter pair
- flipX → bool
-
no setter
- flipY → bool
-
no setter
- hasEditAction → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRotateAngle → bool
-
no setter
- isHalfPi → bool
-
no setter
- isPi → bool
-
no setter
- isTwoPi → bool
-
no setter
- layerDestinationRect → Rect?
-
destination rect base on layer
no setter
- layoutTopLeft → Offset?
-
no setter
- needCrop → bool
-
no setter
- needFlip → bool
-
no setter
- originalAspectRatio ↔ double?
-
aspect ratio of image
getter/setter pair
- preTotalScale ↔ double
-
getter/setter pair
- rawDestinationRect → Rect?
-
no setter
- reachCropRectEdge → bool
-
no setter
- rotateAngle → double
-
no setter
- rotateRadian → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenCropRect → Rect?
-
no setter
- screenDestinationRect → Rect?
-
image
no setter
- screenFocalPoint ↔ Offset?
-
getter/setter pair
- totalScale ↔ double
-
getter/setter pair
Methods
-
computeBoundary(
Rect result, Rect layoutRect) → Rect -
flip(
) → void -
getFinalDestinationRect(
) → Rect -
getRectWithScale(
Rect rect) → Rect -
initRect(
Rect layoutRect, Rect destinationRect) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paintRect(
Rect rect) → Rect - screen image rect to paint rect
-
rotate(
double angle, Rect layoutRect, BoxFit? fit) → void -
setScreenDestinationRect(
Rect value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited