titleSpacing property

double get titleSpacing

The spacing between the title and the content.

Implementation

double get titleSpacing => _titleSpacing;
set titleSpacing (double value)

Implementation

set titleSpacing(double value) {
  _titleSpacing = value;
  rebuild();
}