The width of the display in pixels.
int get width => _wrapped.width;
set width(int v) { _wrapped.width = v; }