CustomAppBar constructor

CustomAppBar({
  1. bool showTitle = false,
  2. bool showQr = false,
  3. bool showNotifications = false,
  4. dynamic showBackButton = false,
  5. String? title,
})

Implementation

CustomAppBar(
    {this.showTitle = false,
    this.showQr = false,
    this.showNotifications = false,
    this.showBackButton = false,
    this.title});