height property

double get height

Implementation

double get height =>
    _isExpanded ? _settings.expandedHeight : _settings.collapsedHeight;