minLines property

int? minLines
final

Minimum number of lines for the email text field.

This optional int sets the initial height of the TextField, useful for multi-line emails if needed.

Implementation

final int? minLines;