description property

  1. @override
String get description
override

Short human-readable description of what this rule checks.

Implementation

@override
String get description =>
    'Interactive widgets must have a semantic label for assistive '
    'technology to announce.';