UnicoTheme constructor Null safety

UnicoTheme(
  1. {String? colorBackground,
  2. String? colorBoxMessage,
  3. String? colorTextMessage,
  4. String? colorBackgroundPopupError,
  5. String? colorTextPopupError,
  6. String? colorBackgroundButtonPopupError,
  7. String? colorTextButtonPopupError,
  8. String? colorBackgroundTakePictureButton,
  9. String? colorIconTakePictureButton,
  10. String? colorBackgroundBottomDocument,
  11. String? colorTextBottomDocument,
  12. String? colorSilhouetteSuccess,
  13. String? colorSilhouetteError,
  14. String? colorSilhouetteNeutral}
)

Implementation

UnicoTheme({
  this.colorBackground,
  this.colorBoxMessage,
  this.colorTextMessage,
  this.colorBackgroundPopupError,
  this.colorTextPopupError,
  this.colorBackgroundButtonPopupError,
  this.colorTextButtonPopupError,
  this.colorBackgroundTakePictureButton,
  this.colorIconTakePictureButton,
  this.colorBackgroundBottomDocument,
  this.colorTextBottomDocument,
  this.colorSilhouetteSuccess,
  this.colorSilhouetteError,
  this.colorSilhouetteNeutral,
});