TLOperatorCardEvent class

Constructors

TLOperatorCardEvent({GestureTapCallback? onTap, GestureTapCallback? onTitleContentTap, GestureTapCallback? onLeadingTap, GestureTapCallback? onTrailingTap, GestureTapCallback? onLabelContentTap, GestureTapCallback? onContentTap})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onContentTap GestureTapCallback?
下划线下面Builder 点击事件
final
onLabelContentTap GestureTapCallback?
下划线上面Builder 点击事件
final
onLeadingTap GestureTapCallback?
左Builder 点击事件
final
onTap GestureTapCallback?
OperatorCard 点击事件
final
onTitleContentTap GestureTapCallback?
标题Builder 点击事件
final
onTrailingTap GestureTapCallback?
右Builder 点击事件
final
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
toString() String
A string representation of this object.
inherited

Operators

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