static TextStyle semiBold16({required Color color}) { return TextStyle( fontSize: 16, fontWeight: FontWeight.w600, color: color, ); }