lottieKeys constant

List<String> const lottieKeys

Implementation

static const lottieKeys = [
  'w', // width
  'h', // height
  'ip', // The frame at which the Lottie animation starts at
  'op', // The frame at which the Lottie animation ends at
  'fr', // frame rate
  'v', // // Must include version
  'layers', // Must include layers
];