SidebarDestinationData constructor

SidebarDestinationData(
  1. String path,
  2. IconData icon,
  3. IconData selectedIcon,
  4. String label,
  5. void onTap(
      ),
    1. {bool disabled = false}
    )

    Implementation

    SidebarDestinationData(
      this.path,
      this.icon,
      this.selectedIcon,
      this.label,
      this.onTap, {
      this.disabled = false,
    });