ChipsStyle constructor Null safety
Implementation
const ChipsStyle({
this.backgroundColorItem = Colors.grey,
this.disabledColor,
this.selectedColorItem = Colors.black,
this.selectedIcon,
this.selectedTextColor = Colors.white,
this.textColor = Colors.black,
this.isScrolling = false,
});