static TextStyle getMediumStyle({ double fontSize = s16, required Color color, }) { return TextStyle( fontSize: fontSize, fontWeight: FontWeight.w500, color: color, ); }