Size constructor

Size(
  1. num? width,
  2. num? height, [
  3. String? widthUnit,
  4. String? heightUnit,
])

Implementation

external Size(
  num? width,
  num? height, [
  String? widthUnit, // ignore: unused_element
  String? heightUnit, // ignore: unused_element
]);