const SizedBox({Key key, double width, double height, Widget child })

Creates a box of a specific size.

Source

const SizedBox({ Key key, this.width, this.height, Widget child })
  : super(key: key, child: child);