sidebarWidth static method

double sidebarWidth(
  1. double width
)

Implementation

static double sidebarWidth(double width) =>
    sidebarExpanded(width) ? 220.0 : 72.0;