setWidth method

SizedBox setWidth(
  1. double width, {
  2. Key? key,
})

Implementation

SizedBox setWidth(double width, {Key? key}) =>
    SizedBox(key: key, width: width, child: this);