Size constructor

Size({
  1. required int width,
  2. required int height,
})

Implementation

Size({required this.width, required this.height});