Indicator constructor
const
Indicator({})
Implementation
const Indicator({
super.key,
required this.color,
required this.text,
required this.isSquare,
this.size = 14,
this.textColor,
});
const Indicator({
super.key,
required this.color,
required this.text,
required this.isSquare,
this.size = 14,
this.textColor,
});