setWidth method

double setWidth(
  1. num width
)

Adapted to the device width of the UI Design. Height can also be adapted according to this to ensure no deformation , if you want a square

Implementation

double setWidth(num width) => width * scaleWidth;