ImageSizeCSS constructor

const ImageSizeCSS(
  1. SizeCSS width,
  2. SizeCSS height
)

Implementation

const ImageSizeCSS(this.width, this.height) : type = _TypeSizeImageCSS.value;