KitImagePickerView constructor

KitImagePickerView({
  1. String? actionBarTitle = '',
  2. bool? containTitle,
  3. double? marginHorizontal = 0,
  4. double? marginVertical = 5,
  5. String title = "",
  6. int? maxImages = 1,
  7. String? allViewTitle = 'Todas as imagens',
  8. bool enableCamera = true,
  9. bool? convertImage = false,
  10. List? listConverted,
  11. String? actionBarColor = '#035ac9',
  12. Widget? iconSufix = const Icon(Icons.camera_alt, color: Colors.white),
  13. BoxDecoration? boxDecorationButton,
  14. double? height = 100,
  15. double? width = 300,
  16. String? titleButton = '',
})

Implementation

KitImagePickerView({
  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 = '',
});