screenWidth property

double? screenWidth
final

Based on screenWidth, the 'AdaptiveNavBar' decides which widget it should be displayed

If screenWidth < 700 it displays NavBarSmall else it displays NavBarWide

Implementation

final double? screenWidth;