description property

  1. @override
String get description
override

Short human-readable description of what this rule checks.

Implementation

@override
String get description =>
    'Focus order among sibling widgets should follow their visual '
    'top-to-bottom, left-to-right layout.';