multiline constant

TextInputType const multiline = const TextInputType._(1)

Optimize for multi-line textual information.

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

Implementation

static const TextInputType multiline = TextInputType._(1)