padding property

  1. @override
EdgeInsetsGeometry padding
final

The padding around the contentDecoration. Defaults to EdgeInsets.symmetric(horizontal: 4).

┌─ shape ──────────────────────────────┐
│  backgroundColor     ↕ padding       │
│  ┌─ contentDecoration ─────────────┐ │
│  │  content                        │ │
│  └─────────────────────────────────┘ │
└──────────────────────────────────────┘