wBox method

SizedBox wBox(
  1. double? width
)

Creates a SizedBox widget with the current widget as its child and sets its width

Implementation

SizedBox wBox(double? width) => sizedBox(w: width);