EduBadgeText constructor
const
EduBadgeText({})
Implementation
const EduBadgeText({
super.key,
required this.text,
this.isRequired = false,
this.textStyle = const TextStyle(
fontFamily: "Inter",
color: Color(0xFF344054),
fontSize: 14,
fontWeight: FontWeight.w500,
),
});