ProfileView constructor

const ProfileView({
  1. Key? key,
  2. bool enableAppBar = true,
  3. bool showBackIcon = true,
})

Implementation

const ProfileView(
    {super.key, this.enableAppBar = true, this.showBackIcon = true});