SidebarItemSize constructor

const SidebarItemSize(
  1. double height,
  2. double iconSize
)

Enumerates the size specifications of SidebarItems

Values were adapted from https://developer.apple.com/design/human-interface-guidelines/components/navigation-and-search/sidebars/#platform-considerations and were eyeballed against apps like App Store, Notes, and Mail.

Implementation

const SidebarItemSize(
  this.height,
  this.iconSize,
);