scaling method

Size scaling([
  1. double p = 1
])

Implementation

Size scaling([double p = 1]) => Size(size.width / p, size.height / p);