DbLensChip constructor
const
DbLensChip({})
Implementation
const DbLensChip({
super.key,
this.icon,
required this.label,
required this.foreground,
required this.background,
this.borderColor,
this.borderRadius = 10,
this.onTap,
this.expandWidth = false,
});