width property

int width

The width of the framebuffer.

Implementation

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