TitleBar constructor

const TitleBar({
  1. Key? key,
})

A bar displaying the current route's title and the current user's name and profile picture.

Implementation

const TitleBar({super.key});