minWidth property

double minWidth
final

The minWidth and maxWidth values which are used to determine the side menu width.

The minWidth value is used to determine the side menu width in the smallest case.

It's used to determine the side menu width in SideMenuMode.open or SideMenuMode.auto.

The maxWidth value is used to determine the side menu width in the largest case

It's used to determine the side menu width in SideMenuMode.compact or SideMenuMode.auto.

Implementation

final double minWidth, maxWidth;