width property

  1. @override
int get width
override

Implementation

@override
int get width {
  return console.columns;
}