PanelyAppBar constructor

const PanelyAppBar({
  1. Key? key,
  2. PanelyAppBarPageTitle titleDisplaySettings = PanelyAppBarPageTitle.fromButton,
})

Implementation

const PanelyAppBar({super.key, this.titleDisplaySettings = PanelyAppBarPageTitle.fromButton});