UserProfileConfig constructor

const UserProfileConfig({
  1. UserProfilePageType? pageType,
  2. bool? hideCloseIcon,
  3. int? width,
  4. int? height,
  5. String? scene,
  6. Map<String, dynamic>? extra,
})

Implementation

const UserProfileConfig({
  this.pageType,
  this.hideCloseIcon,
  this.width,
  this.height,
  this.scene,
  this.extra,
});