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