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