RPColors constructor

const RPColors({
  1. Color? primary,
  2. Color? warningColor,
  3. Color? backgroundGray,
  4. Color? tabBarBackground,
  5. Color? white,
  6. Color? grey50,
  7. Color? grey100,
  8. Color? grey200,
  9. Color? grey300,
  10. Color? grey400,
  11. Color? grey500,
  12. Color? grey600,
  13. Color? grey700,
  14. Color? grey800,
  15. Color? grey900,
  16. Color? grey950,
})

Implementation

const RPColors({
  this.primary,
  this.warningColor,
  this.backgroundGray,
  this.tabBarBackground,
  this.white,
  this.grey50,
  this.grey100,
  this.grey200,
  this.grey300,
  this.grey400,
  this.grey500,
  this.grey600,
  this.grey700,
  this.grey800,
  this.grey900,
  this.grey950,
});