SidebarConfig constructor
const
SidebarConfig({
- Color? backgroundColor,
- double? width,
- EdgeInsets? padding = const EdgeInsets.symmetric(vertical: 12, horizontal: 8),
Implementation
const SidebarConfig({
this.backgroundColor,
this.width,
this.padding = const EdgeInsets.symmetric(vertical: 12, horizontal: 8),
});