UserInfoViewContainer constructor
const
UserInfoViewContainer({})
Implementation
const UserInfoViewContainer({
required this.child,
required this.text_color,
required this.topbar_color,
required this.has_language_picker,
required this.custom_background,
required this.has_back_button,
required this.user_info_form_type,
required this.translation_stream_list,
});