menu
flutter_img_editor package
documentation
models/editor_models.dart
RotateOptionConfig
RotateOptionConfig.new const constructor
RotateOptionConfig.new const constructor
dark_mode
light_mode
RotateOptionConfig
constructor
const
RotateOptionConfig
(
{
bool
enableFree
=
true
,
bool
enableFixed
=
true
,
})
Implementation
const RotateOptionConfig({ this.enableFree = true, this.enableFixed = true, });
flutter_img_editor package
documentation
models/editor_models
RotateOptionConfig
RotateOptionConfig.new const constructor
RotateOptionConfig class