CustomChipWidget constructor
const
CustomChipWidget({})
Implementation
const CustomChipWidget({
super.key,
required this.children,
this.direction = Axis.horizontal,
this.spacing = 8.0,
this.runSpacing = 4.0,
this.alignment = WrapAlignment.center,
});