ScreenBox constructor
ScreenBox({
- required ScreenCoordinate min,
- required ScreenCoordinate max,
Implementation
ScreenBox({
required this.min,
required this.max,
});