WidthHeight constructor

const WidthHeight({
  1. int? width,
  2. int? height,
})

Implementation

const factory WidthHeight({int? width, int? height}) = _WidthHeight;