menu
video_editor_2 package
documentation
domain/entities/ffmpeg_config.dart
FFmpegConfig
FFmpegConfig.new const constructor
FFmpegConfig.new const constructor
dark_mode
light_mode
FFmpegConfig
constructor
const
FFmpegConfig
(
{
required
String
crop
,
required
String
rotation
,
})
Implementation
const FFmpegConfig({ required this.crop, required this.rotation, });
video_editor_2 package
documentation
domain/entities/ffmpeg_config
FFmpegConfig
FFmpegConfig.new const constructor
FFmpegConfig class