@override void setMargins(int top, [int? bottom]) { _buffer.setVerticalMargins(top, bottom ?? viewHeight - 1); }