labelId property

String? get labelId

Implementation

String? get labelId => inputAriaLabel != null ? null : _labelId;