AppBarTitle constructor

const AppBarTitle(
  1. String title, {
  2. Key? key,
})

Implementation

const AppBarTitle(this.title, {Key? key})
    : style = _smallTitle,
      super(key: key);