GNCustomChip constructor
const
GNCustomChip({})
Implementation
const GNCustomChip(
{super.key,
required this.chipLabels,
required this.screens,
this.selectedColor,
this.isChipCenter = true,
this.unselectedColor = Colors.black54,
this.backgroundColor = Colors.white,
this.fontSize,
this.onTap, this.physics})
: assert(
chipLabels.length == screens.length,
StringConst.CHIP_ERROR_MESSAGE,
);