TxtInk class

Inheritance

Constructors

TxtInk({dynamic onTap()?, dynamic onLongPress()?, dynamic onTextTap(Txt text)?, dynamic onTextLongPress(Txt text)?})

Properties

child Widget?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
onLongPress ↔ (dynamic Function()?)
getter/setter pairinherited
onTap ↔ (dynamic Function()?)
getter/setter pairinherited
onTextLongPress → (dynamic Function(Txt text)?)
final
onTextTap → (dynamic Function(Txt text)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type InkType?
getter/setter pairinherited

Methods

lerp(dynamic ink) InkData
inherited
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 &(dynamic data) InkData
inherited
operator *(double operand) InkData
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) InkData
inherited