UnicoTheme(- {String? colorBackground,
- String? colorBoxMessage,
- String? colorTextMessage,
- String? colorBackgroundTakePictureButton,
- String? colorIconTakePictureButton,
- String? colorBackgroundBottomDocument,
- String? colorTextBottomDocument,
- String? colorSilhouetteSuccess,
- String? colorSilhouetteError,
- 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,
});