en method

TextStyle en()

Implementation

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