Widget toAr(num width, num height) => SizedBox( width: width.toDouble().w, child: AspectRatio(aspectRatio: (width, height).arValue, child: this), );