OpsScaleUpdateDetails class

Constructors

OpsScaleUpdateDetails({Offset globalFocalPoint = Offset.zero, Offset? localFocalPoint, Direction? mainDirection, double scale = 1.0, double horizontalScale = 1.0, double verticalScale = 1.0, double rotation = 0.0})

Properties

globalFocalPoint Offset
final
hashCode int
The hash code for this object.
no setterinherited
horizontalScale double
final
localFocalPoint Offset
final
mainDirection Direction
final
rotation double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final
verticalScale double
final

Methods

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

Operators

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