const SizedBox.expand({Key key, Widget child })

Source

const SizedBox.expand({ Key key, Widget child })
  : width = double.INFINITY,
    height = double.INFINITY,
    super(key: key, child: child);