fontSize 18
static TextStyle xStyTextForTextBase([Color? textColor]) { return TextStyle(fontSize: 18, color: textColor ?? Colors.white); }