A box with a specified size.
SizedBox( width: 200.0, height: 300.0, child: const Card(child: Text('Hello World!')), )