static ThemeData education({int? primaryColor}) { return ThemeData(primaryColor: Color(primaryColor ?? 0xff463581)); }