PanelKitAppBar constructor

const PanelKitAppBar({
  1. Key? key,
  2. AppBarPageTitle titleDisplaySettings = AppBarPageTitle.fromButton,
})

Implementation

const PanelKitAppBar(
    {super.key, this.titleDisplaySettings = AppBarPageTitle.fromButton});