setSideBarWidth method
- double width
override
Sets the ApplicationSettings.sideBarWidth value.
Implementation
@override
Future<void> setSideBarWidth(double width) async {
Log.debug('setSideBarWidth($width)', '$runtimeType');
await _set(settings: (e) => e..sideBarWidth = width);
}