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