The id of the element.
@HostBinding('attr.id') String? get id => _customAriaHandling ? null : (_id ?? _generatedId);
@Input() set id(String? id) { _id = id; }