NavBar constructor

const NavBar({
  1. Key? key,
  2. String? title,
  3. Function? onBack,
})

Implementation

const NavBar({Key? key, this.title, this.onBack}) : super(key: key);