maxInputHeight property

int? get maxInputHeight

Implementation

int? get maxInputHeight => _maxRows > 0 ? _maxRows * _inputLineHeight : null;