initialValue property

String? initialValue
final

Initial text value when no controller is provided.

Sets the initial text content of the text area. This value is ignored if a controller is provided. Used for uncontrolled text area implementations.

Implementation

final String? initialValue;