updateLayout method
Implementation
void updateLayout(double x, double y, double width, double height) {
LogUtils.dRender("ID:$id, before update layout($this)");
_x = x;
_y = y;
_width = width;
_height = height;
LogUtils.dRender("ID:$id, after update layout($this)");
}