wBox function

SizedBox wBox(
  1. num width
)

Implementation

SizedBox wBox(num width) => SizedBox(width: width.toDouble());