isMultiline property

bool isMultiline
final

Whether the value of the semantics node is coming from a multi-line text field.

This is used for text fields to distinguish single-line text fields from multi-line ones.

Implementation

final bool isMultiline;