groupAriaLabel property
String?
get
groupAriaLabel
Implementation
String? get groupAriaLabel => _groupAriaLabel ?? name;
Aria label used to describe the header.
Implementation
@Input()
set groupAriaLabel(String? groupAriaLabel) {
_groupAriaLabel = groupAriaLabel;
}