Indicator constructor
const
Indicator({})
Implementation
const Indicator({
Key? key,
required this.color,
this.text,
required this.isSquare,
this.size,
this.textColor = const Color(0xff505050),
this.label,
}) : super(key: key);