KitImagePickerView constructor
const
KitImagePickerView({
- Key? key,
- String? actionBarTitle = '',
- bool? containTitle,
- double? marginHorizontal = 0,
- double? marginVertical = 5,
- String title = "",
- int? maxImages = 1,
- String? allViewTitle = 'Todas as imagens',
- bool enableCamera = true,
- bool? convertImage = false,
- List? listConverted,
- String? actionBarColor = '#035ac9',
- Widget? iconSufix = const Icon(Icons.camera_alt, color: Colors.white),
- BoxDecoration? boxDecorationButton,
- double? height = 100,
- double? width = 300,
- String? titleButton = '',
Implementation
const KitImagePickerView({
super.key,
this.actionBarTitle = '',
this.containTitle,
this.marginHorizontal = 0,
this.marginVertical = 5,
this.title = "",
this.maxImages = 1,
this.allViewTitle = 'Todas as imagens',
this.enableCamera = true,
this.convertImage = false,
this.listConverted,
this.actionBarColor = '#035ac9',
this.iconSufix = const Icon(
Icons.camera_alt,
color: Colors.white,
),
this.boxDecorationButton,
this.height = 100,
this.width = 300,
this.titleButton = '',
});