textAreaHeight property

int? get textAreaHeight

Sets height of the text area when the height does not change with the amount of text in it.

Implementation

int? get textAreaHeight => rows == maxRows ? maxInputHeight : null;