titleSpacing property

  1. @override
double titleSpacing
final

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;