rotate method
Rotate animation (in degrees)
Implementation
AnimatedWidgetBuilder rotate(double degrees) {
return _copyWith(config: config.copyWith(rotate: degrees));
}
Rotate animation (in degrees)
AnimatedWidgetBuilder rotate(double degrees) {
return _copyWith(config: config.copyWith(rotate: degrees));
}