menu
freedome_editor_comics package
documentation
models/sound_animation.dart
SoundAnimation
SoundAnimation.new constructor
SoundAnimation.new constructor
dark_mode
light_mode
SoundAnimation
constructor
SoundAnimation
(
{
required
int
start
,
required
int
end
,
})
Implementation
SoundAnimation({required super.start, required super.end}) : super(type: AnimationType.sound);
freedome_editor_comics package
documentation
models/sound_animation
SoundAnimation
SoundAnimation.new constructor
SoundAnimation class