The terminal size as a record of (width, height).
@override ({int width, int height}) get size => (width: width, height: height);