static TextStyle bold22({required Color color}) { return TextStyle( fontSize: 22, fontWeight: FontWeight.bold, color: color, ); }