transformRotation static method
In degrees
Implementation
static ValueDelegate<double> transformRotation(
List<String> keyPath, {
double? value,
double Function(LottieFrameInfo<double>)? callback,
double? relative,
}) => _double(
keyPath,
LottieProperty.transformRotation,
value,
callback,
relative,
);