isMultiline property
If this node represents a text field, this indicates whether or not it's a multiline text field.
Implementation
bool? get isMultiline => _isMultiline;
If this node represents a text field, this indicates whether or not it's a multiline text field.
bool? get isMultiline => _isMultiline;