width property

  1. @override
int width
override

The width of the terminal screen in columns of characters

Implementation

@override
int get width => _state.width;