TransformConfigs class

Constructors

TransformConfigs({required double angle, required double scaleAspectRatio, required double scaleUser, required double scaleRotation, required double aspectRatio, required bool flipX, required bool flipY, required Offset offset, required ImageMaxSide maxSide})
const
TransformConfigs.empty()
factory
TransformConfigs.fromMap(Map map)
factory

Properties

angle double
final
aspectRatio double
final
flipX bool
final
flipY bool
final
hashCode int
The hash code for this object.
no setterinherited
is90DegRotated bool
no setter
maxSide ImageMaxSide
final
offset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
no setter
scaleAspectRatio double
final
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