Size2D.zero constructor - Size2D - core library - Dart API
Size2D.zero
Size2D.zero constructor
Creates a new instance.
Implementation
Size2D.zero()
: width = 0.0, height = 0.0;
Creates a new instance.
Size2D.zero()
: width = 0.0, height = 0.0;