Value

TextFormField.Value property

Gets or sets the value of the form field, which represents the text input.

public string Value { get; set; }

See Also