isMultiline property

bool? isMultiline

If this node represents a text field, this indicates whether or not it's a multiline text field.

Implementation

bool? get isMultiline => _isMultiline;