canvasSize property

Vector2 get canvasSize
inherited

Implementation

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