IconContainer constructor
const
IconContainer({})
Implementation
const IconContainer({
Key? key,
required this.icon,
required this.isComplete,
this.isClaimed = false,
this.index = 1,
this.radius = 20,
required this.milestone,
required this.length,
}) : super(key: key);