XContainerForImage constructor

XContainerForImage({
  1. String? label,
  2. dynamic onTapImage()?,
  3. double? widthImage,
  4. dynamic onPressedEdit()?,
  5. AlignmentGeometry? alignmentOfTopOverBTN,
  6. dynamic onPressedDelete()?,
  7. ValueChanged<String>? onChanged,
  8. Widget? btnOnTopOver,
  9. bool? visibleBTN = false,
  10. bool withMarginleftRight = false,
  11. Widget? child,
  12. Uint8List? image,
  13. IconData? icon,
  14. double? widthContainer = 100,
  15. double? heightContainer = 100,
})

Implementation

XContainerForImage(
    {this.label,
    this.onTapImage,
    this.widthImage,
    this.onPressedEdit,
    this.alignmentOfTopOverBTN,
    this.onPressedDelete,
    this.onChanged,
    this.btnOnTopOver,
    this.visibleBTN = false,
    this.withMarginleftRight = false,
    this.child,
    this.image,
    this.icon,
    this.widthContainer = 100,
    this.heightContainer = 100});