layoutBounds property

AABB layoutBounds
inherited

Implementation

AABB get layoutBounds {
  return AABB.fromValues(
    _layoutLocation.dx,
    _layoutLocation.dy,
    _layoutLocation.dx + _layoutSize.width,
    _layoutLocation.dy + _layoutSize.height,
  );
}