width property

int get width

The width of the framebuffer.

Implementation

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