bounds property

Rect bounds

The bounds of this terminal as a Rect

Implementation

Rect get bounds => Rect(Vec2(0, 0), Vec2(width, height));