LavaKeyFrame constructor

LavaKeyFrame({
  1. required int imageIndex,
})

Creates a new LavaKeyFrame with the specified image index.

Implementation

LavaKeyFrame({required this.imageIndex});