sideBarAllowedWidth property
Returns the width side bar is allowed to occupy.
Implementation
double get sideBarAllowedWidth =>
_settings.applicationSettings.value?.sideBarWidth ?? 350;
Returns the width side bar is allowed to occupy.
double get sideBarAllowedWidth =>
_settings.applicationSettings.value?.sideBarWidth ?? 350;