Future<void> scaleTo(double targetScale, {Duration? duration, Offset? center}) async { await _state?.scaleTo(targetScale, duration: duration, center: center); }