multiline property

bool? multiline
final

Whether the value is coming from a field that supports multiline text editing.

This option is only meaningful when textField is true to indicate whether it's a single-line or multiline text field.

This option is null when textField is false.

Implementation

final bool? multiline;