headerId property

  1. @HostBinding('attr.aria-labelledby')
String? get headerId

Implementation

@HostBinding('attr.aria-labelledby')
String? get headerId => shouldShowHeader ? _uid : null;