LavaKeyFrame constructor
LavaKeyFrame({
- required int imageIndex,
Creates a new LavaKeyFrame with the specified image index.
Implementation
LavaKeyFrame({required this.imageIndex});
Creates a new LavaKeyFrame with the specified image index.
LavaKeyFrame({required this.imageIndex});