creates a SizedBox that has this num as its width
Widget get widthBox => SizedBox(width: this.toDouble());