headerRole property

  1. @visibleForTemplate
String get headerRole

Implementation

@visibleForTemplate
String get headerRole => headerAriaLevel == null ? 'none' : 'heading';