Converts the number into a SizedBox with the width as that number.
Widget get widthBox => SizedBox(width: toDouble());