AllUsersPage constructor

const AllUsersPage({
  1. Key? key,
  2. bool showOnlyFriends = false,
  3. String? currentUserId,
})

Implementation

const AllUsersPage(
    {super.key, this.showOnlyFriends = false, this.currentUserId});