Creates a box of a specific size.
const SizedBox({ Key key, this.width, this.height, Widget child }) : super(key: key, child: child);