size property

The size of this element.

Implementation

Future<Rectangle<int>> get size => _client.send(
    _handler.element.buildSizeRequest(id),
    _handler.element.parseSizeResponse);