setWidth method

num 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

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