multiLine property

bool multiLine

Whether the node text input supports multiline.

Implementation

bool get multiLine => _properties['multiLine'] as bool? ?? false;