TransformConfigs class

Constructors

TransformConfigs({required double angle, required Rect cropRect, required Size originalSize, required double cropEditorScreenRatio, required double scaleUser, required double scaleRotation, required double aspectRatio, required bool flipX, required bool flipY, required Offset offset})
TransformConfigs.empty()
factory
TransformConfigs.fromMap(Map map)
factory

Properties

angle double
final
aspectRatio double
final
cropEditorScreenRatio double
getter/setter pair
cropRect Rect
getter/setter pair
flipX bool
final
flipY bool
final
hashCode int
The hash code for this object.
no setterinherited
is90DegRotated bool
no setter
isEmpty bool
no setter
isNotEmpty bool
no setter
offset Offset
final
originalSize Size
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
no setter
scaleRotation double
final
scaleUser double
final

Methods

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

Operators

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