EnrollTheme constructor
const
EnrollTheme({
- EnrollColors? colors,
- EnrollIcons? icons,
- EnrollTypography? typography,
Creates an EnrollTheme with optional color, icon and typography customization.
Implementation
const EnrollTheme({
this.colors,
this.icons,
this.typography,
});