canvasSize property

Vector2 canvasSize

Implementation

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