Capsule constructor
Capsule({})
Implementation
Capsule({
required this.mainText,
required this.subText,
this.fontSize = 14,
this.mainColor = Colors.blue,
this.subColor = Colors.white,
this.cornerRadius = 4,
});