xH6Text method
- {Color color = Colors.white,
- FontWeight fontWeight = FontWeight.bold}
Implementation
Widget xH6Text(
{Color color = Colors.white, FontWeight fontWeight = FontWeight.bold}) {
return H6(
text: this,
fontWeight: fontWeight,
color: color,
);
}