showNavbar property

bool get showNavbar

True if width be larger than 800

Implementation

bool get showNavbar => (width > 800);