menu
lib package
documentation
widgets/panel.dart
PanelBar
PanelBar constructor
PanelBar constructor
dark_mode
light_mode
PanelBar
constructor
PanelBar
(
{
Key
?
key
,
Widget
?
title
,
Widget
?
subtitle
,
Widget
?
action
,
Widget
?
icon
,
})
Implementation
PanelBar({ Key? key, this.title, this.subtitle, this.action, this.icon, }) : super(key: key);
lib package
documentation
widgets/panel
PanelBar
PanelBar constructor
PanelBar class