HMSelectBadge constructor
const
HMSelectBadge({
- Key? key,
- bool disabled = false,
- HMRadius? radius,
- Color? chipColor,
- bool? isFilled,
- Widget? deleteIcon,
- Color? textColor,
- required Axis direction,
- Color? deleteIconColor,
- required List<
HMSelectedItem> selectedList, - required void onDeleted(
- String deletedValue
- required void onTap(
- int index
- bool showDeleteIcon = true,
Implementation
const HMSelectBadge({
super.key,
this.disabled = false,
this.hidden = false,
this.radius,
this.chipColor,
this.isFilled,
this.deleteIcon,
this.textColor,
required this.direction,
this.deleteIconColor,
required this.selectedList,
required this.onDeleted,
required this.onTap,
this.showDeleteIcon = true,
});