Size constructor Null safety

const Size(
  1. double width,
  2. double height
)

Implementation

const factory Size(double width, double height) = _Size;