MinimumTapTargetGuideline class Null safety
A guideline which enforces that all tappable semantics nodes have a minimum size.
Each platform defines its own guidelines for minimum tap areas.
- Inheritance
- Object
- AccessibilityGuideline
- MinimumTapTargetGuideline
- Annotations
Properties
- description → String
-
A description of the policy restrictions and criteria.
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- link → String
-
A link describing the tap target guidelines for a platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size → Size
-
The minimum allowed size of a tappable node.
final
Methods
-
evaluate(
WidgetTester tester) → FutureOr< Evaluation> -
Evaluate whether the current state of the
tester
conforms to the rule.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited