createAnimatedDouble method
Implementation
AnimatedProperty<double> createAnimatedDouble(double value) {
return createAnimatedProperty(value, Transformers.typeDouble);
}
AnimatedProperty<double> createAnimatedDouble(double value) {
return createAnimatedProperty(value, Transformers.typeDouble);
}