TransformData class
Constructors
- TransformData.new({double scale = 1.0, double rotation = 0.0, Offset translate = Offset.zero})
- TransformData.fromController(VideoEditorController controller)
-
factory
- TransformData.fromRect(Rect rect, Size layout, Size maxSize, VideoEditorController controller)
-
factory
Properties
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