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