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