lineHeight property

double get lineHeight

The height of a terminal line in pixels. This includes the line spacing. Height of the entire terminal is expected to be a multiple of this value.

Implementation

double get lineHeight => _painter.cellSize.height;