EditUserPage constructor

const EditUserPage({
  1. Key? key,
  2. UserModel? user,
})

Implementation

const EditUserPage({super.key, this.user});