ProfileScreen constructor

const ProfileScreen({
  1. Key? key,
  2. bool navigateFromDrawer = false,
  3. int page = 0,
})

Implementation

const ProfileScreen({
  super.key,
  this.navigateFromDrawer = false,
  this.page = 0,
});