LabeledTappableGuideline class

Tappable-labeling guideline. Reimplements Flutter's LabeledTapTargetGuideline with per-node output: every node with a tap or long-press action must have a label or tooltip.

Inheritance

Constructors

LabeledTappableGuideline({String id = 'labeled-tappable', String? helpUrl})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
helpUrl String?
final
id String
A stable identifier used as the violation key (e.g. tap-target-android).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

evaluate(WidgetTester tester) Future<List<GuidelineViolation>>
override
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