PanelySidebarButton constructor
const
PanelySidebarButton({
- Key? key,
- IconData? icon,
- required String title,
- required BasePanelyContentPage page,
- bool isDisabled = false,
- EdgeInsets padding = const EdgeInsets.symmetric(vertical: 2.5),
Implementation
const PanelySidebarButton({
super.key,
this.icon,
required this.title,
required this.page,
this.isDisabled = false,
this.padding = const EdgeInsets.symmetric(vertical: 2.5),
});