VideoPaint class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- VideoPaint.new({String? type, ScaleModeOptions? scaleMode, String? videoHash, Transform? videoTransform, num? scalingFactor, num? rotation, ImageFilters? filters, bool? visible, num? opacity, BlendMode? blendMode})
-
factory
Properties
- blendMode → BlendMode?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - filters → ImageFilters?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- opacity → num?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - rotation → num?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleMode → ScaleModeOptions
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - scalingFactor → num?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - type → String
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - videoHash → String?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - videoTransform → Transform?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter - visible → bool?
-
Available on VideoPaint, provided by the VideoPaint$Typings extension
no setter
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