ScreenBox constructor

ScreenBox({
  1. required ScreenCoordinate min,
  2. required ScreenCoordinate max,
})

Implementation

ScreenBox({
  required this.min,
  required this.max,
});