width property

  1. @override
int get width
override

The number of columns in the terminal.

Implementation

@override
int get width => _width;