static TextStyle tabStyle({Color? textColor}) { return TextStyle( fontFamily: 'Poppins', package: 'shared_component', fontSize: 14.0, color: textColor, ); }