Size constructor Null safety
Creates a Size with the given width
and height
.
Implementation
const Size(double width, double height) : super(width, height);
Creates a Size with the given width
and height
.
const Size(double width, double height) : super(width, height);