LeftImageTextDeleteButton constructor

const LeftImageTextDeleteButton({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. BoxConstraints? constraints,
  5. EdgeInsetsGeometry? padding,
  6. Color? bgColor,
  7. double? cornerRadius,
  8. double? iconHeight,
  9. double? iconTitleSpace,
  10. double? titleHeight,
  11. double? clickHandle,
  12. Image? imageView,
  13. bool shouldExpandedTextLabel = false,
  14. Widget? textLabel,
  15. GestureTapCallback? onTap,
  16. bool? showDeleteIcon,
  17. Widget customDeleteIconBuilder()?,
  18. GestureTapCallback? onTapDelete,
})

Implementation

const LeftImageTextDeleteButton({
  Key? key,
  this.width,
  this.height,
  this.constraints,
  this.padding,
  this.bgColor,
  this.cornerRadius,
  this.iconHeight,
  this.iconTitleSpace,
  this.titleHeight,
  this.clickHandle,
  this.imageView,
  this.shouldExpandedTextLabel = false,
  this.textLabel,
  this.onTap,
  this.showDeleteIcon,
  this.customDeleteIconBuilder,
  this.onTapDelete,
}) : super(key: key);