Marker constructor
Marker(
- LottieComposition _composition,
- String name, {
- required double startFrame,
- required double durationFrames,
Implementation
Marker(this._composition, this.name,
{required this.startFrame, required this.durationFrames});