sx property

Convert num to SizedBox of left and right size.

numを左右の大きさのSizedBoxに変換します。

Implementation

SizedBox get sx => SizedBox(width: toDouble());