static TextStyle textStyle({double size = fontSize, color = colorFont}) { return TextStyle(fontSize: size, color: color); }