padding property

  1. @override
EdgeInsetsGeometry padding
final

The padding around the contentDecoration.

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

Implementation

@override
final EdgeInsetsGeometry padding;