menu
xui package
documentation
component/js/index.dart
throttle2 function
throttle2 function
dark_mode
light_mode
throttle2
function
dynamic
throttle2
(
Function
func
, [
String
?
key
])
Implementation
throttle2( Function func, [ String? key, ]) { if (_key != key) { func.call(); _key = key; } }
xui package
documentation
component/js/index
throttle2 function
index library