menu
dk_util package
documentation
state/dk_state_util.dart
DKStateUtil
callLog static method
callLog static method
dark_mode
light_mode
callLog
static method
void
callLog
(
VoidCallback
block
)
Implementation
static void callLog(VoidCallback block) { if (DkConfig.showStateLog) { block(); } }
dk_util package
documentation
state/dk_state_util
DKStateUtil
callLog static method
DKStateUtil class