Rect.zero constructor

const Rect.zero()

Implementation

const Rect.zero()
    : x = 0,
      y = 0,
      width = 0,
      height = 0;