static void fade(double from, double to, Duration duration, Curve curve) => log('🌗 fade from $from to $to over ${duration.inMilliseconds}ms using ${curve.runtimeType}');