multiline constant

TextInputType const multiline

Optimize for multiline textual information.

Requests the default platform keyboard, but accepts newlines when the enter key is pressed. This is the input type used for all multiline text fields.

Implementation

static const TextInputType multiline = TextInputType._(1);