Size.zero constructor

const Size.zero()

Implementation

const Size.zero()
    : width = 0,
      height = 0;