Custom constructor
const
Custom({})
Implementation
const Custom({
required this.activeColor,
required this.pressedColor,
required this.inactiveColor,
required this.loadingColor,
required this.progressColor,
required this.textColor,
required this.inactiveTextColor,
required this.iconColor,
});