toWidth method

SizedBox toWidth()

Implementation

SizedBox toWidth() {
  return SizedBox(width: toDouble());
}