BackgroundWidget constructor
BackgroundWidget({})
Implementation
BackgroundWidget({
super.key,
required this.app,
required this.label,
required this.value,
required this.memberId,
this.withTopicContainer = true,
});