ThemeConfig constructor

ThemeConfig({
  1. required ThemeType type,
  2. String? primaryColor,
})

Implementation

ThemeConfig({
  required this.type,
  this.primaryColor,
});