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