Marker constructor

Marker(
  1. LottieComposition _composition,
  2. String name, {
  3. required double startFrame,
  4. required double durationFrames,
})

Implementation

Marker(this._composition, this.name,
    {required this.startFrame, required this.durationFrames});