static ThemeData healthCare({int? primaryColor}) { return ThemeData(primaryColor: Color(primaryColor ?? 0xff0065F8)); }