LeftImageTextDeleteButton constructor
const
LeftImageTextDeleteButton({
- Key? key,
- double? width,
- double? height,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? padding,
- Color? bgColor,
- double? cornerRadius,
- double? iconHeight,
- double? iconTitleSpace,
- double? titleHeight,
- double? clickHandle,
- Image? imageView,
- bool shouldExpandedTextLabel = false,
- Widget? textLabel,
- GestureTapCallback? onTap,
- bool? showDeleteIcon,
- Widget customDeleteIconBuilder()?,
- 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);