menu
shared_component package
documentation
utils/storage_utils.dart
StorageUtils
setSidebarWidth method
setSidebarWidth method
dark_mode
light_mode
setSidebarWidth
method
Future
<
void
>
setSidebarWidth
(
String
value
)
Implementation
Future<void> setSidebarWidth(String value) async => setValue(AppConstants.sidebarWidthKey, value);
shared_component package
documentation
utils/storage_utils
StorageUtils
setSidebarWidth method
StorageUtils class