titleSpacing property
The vertical spacing between the title and the subtitle. Defaults to 4.
┌─────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ↕ suffixedPadding/unsuffixedPadding │
│ [prefix] ← prefixIconSpacing → [title] ← middleSpacing → [details] ← suffixIconSpacing → [suffix] │
│ ↕ titleSpacing │
│ [subtitle] │
└─────────────────────────────────────────────────────────────────────────────────────────────────────┘
Contract
Throws AssertionError if titleSpacing is negative.
Implementation
@override
final double titleSpacing;