Glyph<T> class abstract

The abstract class that represent the Glyph Interface.

Implementers

Constructors

Glyph()

Properties

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

Methods

animate({required List<T> channels, Duration? duration, int? intervalDuration, int? cycles}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle({required List<T> channels}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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