SideBarItem constructor
const
SideBarItem(})
Implementation
const SideBarItem(
this.toolbarItem, {
Key? key,
required this.height,
required this.scrollScale,
this.isLongPressed = false,
this.gutter = 10,
this.toolbarWidth,
this.itemsOffset,
}) : super(key: key);