Size2D constructor - Size2D - core library - Dart API
Size2D
Size2D constructor
- double width,
- double height
Creates a new instance.
widthThe width represents the size along the X axis. Default is 0.0.heightThe height represents the size along the Y axis. Default is 0.0.
Implementation
Size2D(this.width, this.height);