sideBarAllowedWidth property

double get sideBarAllowedWidth

Returns the width side bar is allowed to occupy.

Implementation

double get sideBarAllowedWidth =>
    _settings.applicationSettings.value?.sideBarWidth ?? 350;