wBox method

SizedBox wBox([
  1. Widget? child
])

Create Fixed size width box

Implementation

SizedBox wBox([Widget? child]) => SizedBox(width: toDouble(), child: child);