NewRequestDetailsView constructor

const NewRequestDetailsView({
  1. required ChatUIKitProfile profile,
  2. bool isReceivedRequest = false,
  3. String? btnText,
  4. ChatUIKitAppBarModel? appBarModel,
  5. bool enableAppBar = true,
  6. String? attributes,
  7. ChatUIKitViewObserver? viewObserver,
  8. Key? key,
})

Implementation

const NewRequestDetailsView({
  required this.profile,
  this.isReceivedRequest = false,
  this.btnText,
  this.appBarModel,
  this.enableAppBar = true,
  this.attributes,
  this.viewObserver,
  super.key,
});