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