SizeCSS constructor

const SizeCSS(
  1. num size,
  2. UnitsCSS units,
  3. _TypeSizeCSS type
)

Implementation

const SizeCSS(num size, UnitsCSS units, _TypeSizeCSS type)
  : super(size, units, type);