TransformData class
Constructors
- TransformData.new({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
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