UnicoConfig constructor Null safety
- {required String urlInstance,
- required String apikey,
- required String authToken,
- String? androidColorSilhoutte,
- String? androidColorBackground,
- String? androidColorBoxMessage,
- String? androidColorTextMessage,
- String? androidColorBackgroundPopupError,
- String? androidColorTextPopupError,
- String? androidColorBackgroundButtonPopupError,
- String? androidColorTextButtonPopupError,
- String? androidColorBackgroundTakePictureButton,
- String? androidColorIconTakePictureButton,
- String? androidColorBackgroundBottomDocument,
- String? androidColorTextBottomDocument,
- String? iosColorSilhoutteNeutra,
- String? iosColorSilhoutteSuccess,
- String? iosColorSilhoutteError,
- String? iosColorBackground,
- String? iosColorBackgroundBoxStatus,
- String? iosColorTextBoxStatus,
- String? iosColorBackgroundPopupError,
- String? iosColorTextPopupError,
- String? iosImageIconPopupError}
Objeto de configuracao unico
Implementation
UnicoConfig({
required String urlInstance,
required String apikey,
required String authToken,
this.androidColorSilhoutte,
this.androidColorBackground,
this.androidColorBoxMessage,
this.androidColorTextMessage,
this.androidColorBackgroundPopupError,
this.androidColorTextPopupError,
this.androidColorBackgroundButtonPopupError,
this.androidColorTextButtonPopupError,
this.androidColorBackgroundTakePictureButton,
this.androidColorIconTakePictureButton,
this.androidColorBackgroundBottomDocument,
this.androidColorTextBottomDocument,
this.iosColorSilhoutteNeutra,
this.iosColorSilhoutteSuccess,
this.iosColorSilhoutteError,
this.iosColorBackground,
this.iosColorBackgroundBoxStatus,
this.iosColorTextBoxStatus,
this.iosColorBackgroundPopupError,
this.iosColorTextPopupError,
this.iosImageIconPopupError,
}) : _urlInstance = urlInstance, ///url
_apikey = apikey, ///apikey
_authToken = authToken;