withWidth method

SizedBox withWidth(
  1. double width
)

With custom width

Implementation

SizedBox withWidth(double width) => SizedBox(width: width, child: this);