TitleBar constructor

const TitleBar({
  1. Key? key,
  2. required Widget child,
})

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

Implementation

const TitleBar({super.key, required this.child});