TextStyle styTextBaseBlack([Color? textColor]) { if (textColor == null) textColor = Colors.black; return TextStyle(fontSize: 14, color: textColor); }