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
-
- Object
- WidgetbookGuideline
- LabeledTappableGuideline
Constructors
- LabeledTappableGuideline({String id = 'labeled-tappable', String? helpUrl})
-
const
Properties
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