static ThemeData insurance({int? primaryColor}) { return ThemeData(primaryColor: Color(primaryColor ?? 0xff1656E8)); }