currentTextFieldLines property Null safety

int currentTextFieldLines

Implementation

int get currentTextFieldLines => _currentTextFieldLines;
void currentTextFieldLines=(int _)

Implementation

set currentTextFieldLines(int _) {
  _currentTextFieldLines = _;
  notifyListeners();
}