TapiocaBall class abstract

TapiocaBall is a effect to apply to the video.

Constructors

TapiocaBall()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Returns a Map<String, dynamic> representation of this object.
toString() String
A string representation of this object.
inherited
toTypeName() String
Returns a TapiocaBall type name.

Operators

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

Static Methods

filter(Filters filter, double degree) TapiocaBall
Creates a object to apply color filter from Filters.
filterFromColor(Color color, double degree) TapiocaBall
Creates a object to apply color filter from Color.
imageOverlay(Uint8List bitmap, int x, int y) TapiocaBall
Creates a object to overlay a image.
textOverlay(String text, int x, int y, int size, Color color) TapiocaBall
Creates a object to overlay text.