menu
ngcomponents package
documentation
material_input/base_material_input.dart
BaseSingleLineInputComponent
labelId property
labelId property
dark_mode
light_mode
labelId
property
String
?
get
labelId
Implementation
String? get labelId => inputAriaLabel != null ? null : _labelId;
ngcomponents package
documentation
material_input/base_material_input
BaseSingleLineInputComponent
labelId property
BaseSingleLineInputComponent class