height property

int height

The height of the framebuffer.

Implementation

int get height => slices.isEmpty ? 0 : slices.values.first.height;