static TextStyle getRegularStyle({ double fontSize = s14, required Color color, }) { return TextStyle( fontSize: fontSize, fontWeight: FontWeight.w400, color: color, ); }