A widget that insets its child by the given padding.
Padding( padding: EdgeInsets.all(8.0), child: const Card(child: Text('Hello World!')), )