width property

double get width

Implementation

double get width =>
    _isExpanded ? _settings.expandedWidth : _settings.collapsedWidth;