opacity static method
Opacity value are 0-100 to match after effects
Implementation
static ValueDelegate<int> opacity(
List<String> keyPath, {
int? value,
int Function(LottieFrameInfo<int>)? callback,
int? relative,
}) => _int(keyPath, LottieProperty.opacity, value, callback, relative);