warn(bool condition, String message) { if (condition) return; debugPrint('${_bg(229)}${_fg(0)}[flutter_animate] $message$_reset'); }