ViewerElement<T> class

Represents an element in the CanvasImageViewer.

Constructors

ViewerElement(T? value, Color? color, {ValueCopier<T>? valueCopier, int? strokeSize})

Properties

color Color?
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
isNotEmpty bool
no setter
isNull bool
no setter
key String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeSize int?
final
value ↔ T?
getter/setter pair
valueCopier ValueCopier<T>?
final
valueCopy → T?
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.
override

Operators

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