en method
Implementation
TextStyle en() {
return TextStyle(
color: color,
fontSize: fontSize,
fontWeight: fontWeight,
decoration: decoration,
);
}
TextStyle en() {
return TextStyle(
color: color,
fontSize: fontSize,
fontWeight: fontWeight,
decoration: decoration,
);
}