NameChangeView constructor

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

Implementation

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