EnrollTheme constructor

const EnrollTheme({
  1. EnrollColors? colors,
  2. EnrollIcons? icons,
  3. EnrollTypography? typography,
})

Creates an EnrollTheme with optional color, icon and typography customization.

Implementation

const EnrollTheme({
  this.colors,
  this.icons,
  this.typography,
});