label property
The label for this input.
This is the default text that shows up if nothing's entered into the text box. It disappears when user inputs text.
Implementation
@Input()
String? label;
The label for this input.
This is the default text that shows up if nothing's entered into the text box. It disappears when user inputs text.
@Input()
String? label;