width property

  1. @override
int get width
override

The terminal width in columns.

Implementation

@override
int get width => _control.width;