canvasSize property

Vector2 canvasSize
inherited

Implementation

Vector2 get canvasSize {
  assertHasLayout();
  return _size!;
}