static ThemeData enterprise({int? primaryColor}) { return ThemeData(primaryColor: Color(primaryColor ?? 0xff261FB3)); }