PlexBrandConfig constructor

const PlexBrandConfig({
  1. Color? brandPrimary,
  2. Color? brandInk,
  3. Color? success,
  4. Color? warning,
  5. Color? danger,
  6. Color? info,
  7. String? fontFamily,
  8. PlexDensity? density,
})

Implementation

const PlexBrandConfig({
  this.brandPrimary,
  this.brandInk,
  this.success,
  this.warning,
  this.danger,
  this.info,
  this.fontFamily,
  this.density,
});