CupThreadTheme constructor
- Key? key,
- required FeedbackClient client,
- String? userToken,
- SdkTheme? theme,
- Locale? locale,
- CupThreadStrings? strings,
- required Widget child,
Implementation
const CupThreadTheme({
super.key,
required this.client,
this.userToken,
this.theme,
this.locale,
this.strings,
required this.child,
});