The width of the buffer in columns.
@override int get width => bounds.width;
@override set width(int val) => throw UnsupportedError('Cannot set width of a Viewport');