AFColor constructor

AFColor({
  1. required AFThemeID colorLight,
  2. required AFThemeID colorDark,
})

Implementation

AFColor({
  required this.colorLight,
  required this.colorDark,
});