EnrollTheme constructor

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

Creates an EnrollTheme with optional color and icon customization.

Implementation

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