Class: RenderTextBox
Properties
string Label
The RenderTextBox's label.
int MaxTextLength
The text box's max length, a number between 0 and 16384, inclusive. Defaults to 16384.
string Value
The RenderTextBox's text input.
Inherited from RenderObject:
bool Visible
Determines whether a RenderObject is displayed.
Events
RenderTextBox.OnUpdated(new_selection: int)
Fired upon a change in text.