Transform class

Annotations
  • @JsonSerializable()

Constructors

Transform({required int alignment, required int boundsAlignment, required double boundsHeight, required String boundsType, required double boundsWidth, required int cropBottom, required int cropLeft, required int cropRight, required int cropTop, required double height, required double positionX, required double positionY, required double rotation, required double scaleX, required double scaleY, required double sourceHeight, required double sourceWidth, required double width})
Transform.fromJson(Map<String, dynamic> json)
factory

Properties

alignment int
final
boundsAlignment int
final
boundsHeight double
final
boundsType String
final
boundsWidth double
final
cropBottom int
final
cropLeft int
final
cropRight int
final
cropTop int
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
positionX double
final
positionY double
final
rotation double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleX double
final
scaleY double
final
sourceHeight double
final
sourceWidth double
final
width double
final

Methods

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

Operators

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