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