width property
int
get
width
The width of the framebuffer.
Implementation
int get width => slices.isEmpty ? 0 : slices.values.first.width;
The width of the framebuffer.
int get width => slices.isEmpty ? 0 : slices.values.first.width;