TransformData class

Constructors

TransformData({double scale = 1.0, double rotation = 0.0, Offset translate = Offset.zero})
const
TransformData.fromController(VideoEditorController controller)
factory
TransformData.fromRect(Rect rect, Size layout, Size maxSize, VideoEditorController? controller)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rotation double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final
translate Offset
final

Methods

copyWith({double? scale, double? rotation, Offset? translate}) TransformData
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