SidebarItem constructor

const SidebarItem({
  1. Key? key,
  2. String? value,
  3. String? title,
})

Implementation

const SidebarItem({Key? key, this.value, this.title}) : super(key: key);