xTextColorOrangeAccent method
- {Color color = Colors.orangeAccent,
- double fontsize,
- FontWeight fontWeight}
Implementation
Widget xTextColorOrangeAccent(
{Color color = Colors.orangeAccent,
double fontsize,
FontWeight fontWeight}) {
return Textmaterial(
text: this,
color: color,
fontsize: fontsize,
fontWeight: fontWeight,
);
}