AccessibilityGuideline class
An accessibility guideline describes a recommendation an application should meet to be considered accessible.
Constructors
- AccessibilityGuideline()
-
A const constructor allows subclasses to be const.
const
Properties
- description → String
-
A description of the policy restrictions and criteria.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
evaluate(
WidgetTester tester) → FutureOr< Evaluation> -
Evaluate whether the current state of the
tester
conforms to the rule. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited