size property

  1. @override
Vec2 size
override

The size of the terminal as a vector

Implementation

@override
Vec2 get size => _state.size;