height property

  1. @override
int height
override

Height of the buffer.

Implementation

@override
int get height => cells.length ~/ width;