size property Null safety
The size of this element.
Implementation
Future<Rectangle<int>> get size => _client.send(
_handler.element.buildSizeRequest(id),
_handler.element.parseSizeResponse);
The size of this element.
Future<Rectangle<int>> get size => _client.send(
_handler.element.buildSizeRequest(id),
_handler.element.parseSizeResponse);