AppNavigationTitle constructor

const AppNavigationTitle(
  1. String _title, {
  2. Key? key,
  3. TextStyle? style,
})

Implementation

const AppNavigationTitle(this._title, {super.key, this.style});