setTheme method Null safety
- {required UnicoTheme unicoTheme}
override
Set your custom theme of camera by UnicoTheme object
Implementation
@override
UnicoCheckBuilder setTheme({required UnicoTheme unicoTheme}) {
_unicoTheme = unicoTheme;
return this;
}