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