AutoImage constructor
const
AutoImage(
- EditorImage image, {
- Key? key,
- BoxFit? fit,
- double? width,
- double? height,
- required ProImageEditorConfigs configs,
Creates an AutoImage widget with the specified image source and optional parameters.
Implementation
const AutoImage(
this.image, {
super.key,
this.fit,
this.width,
this.height,
required this.configs,
});