BrnAppBarTitle constructor

const BrnAppBarTitle(
  1. String title, {
  2. Key? key,
  3. AppBarConfig? themeData,
})

Implementation

const BrnAppBarTitle(this.title, {Key? key, this.themeData})
    : super(key: key);