middleSpacing property

  1. @override
double middleSpacing
final

The minimum horizontal spacing between the title, subtitle, combined, and the details. Defaults to 4.

┌─────────────────────────────────────────────────────────────────────────────────────────────────────┐
│  ↕ suffixedPadding/unsuffixedPadding                                                                │
│  [prefix] ← prefixIconSpacing → [title] ← middleSpacing → [details] ← suffixIconSpacing → [suffix]  │
│                                 ↕ titleSpacing                                                      │
│                                 [subtitle]                                                          │
└─────────────────────────────────────────────────────────────────────────────────────────────────────┘

Contract

Throws AssertionError if middleSpacing is negative.

Implementation

@override
final double middleSpacing;