menu
scaffold_core package
documentation
core_utils/throttle_util.dart
ThrottleUtil
throttleCache property
throttleCache property
dark_mode
light_mode
throttleCache
property
Map
<
String
,
_ThrottleData
>
get
throttleCache
Implementation
Map<String, _ThrottleData<dynamic>> get throttleCache => _throttleCache;
scaffold_core package
documentation
core_utils/throttle_util
ThrottleUtil
throttleCache property
ThrottleUtil class