UserProfiles constructor

const UserProfiles({
  1. UserProfileConfig config = const UserProfileConfig(),
})

Creates a new UserProfiles instance.

Implementation

const UserProfiles({
  this.config = const UserProfileConfig(),
});