NewRequestDetailsView constructor
const
NewRequestDetailsView({
- required ChatUIKitProfile profile,
- bool isReceivedRequest = false,
- String? btnText,
- ChatUIKitAppBarModel? appBarModel,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- Key? key,
Implementation
const NewRequestDetailsView({
required this.profile,
this.isReceivedRequest = false,
this.btnText,
this.appBarModel,
this.enableAppBar = true,
this.attributes,
this.viewObserver,
super.key,
});