ProfileView constructor

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

Implementation

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