LeftBar constructor
const
LeftBar({})
Implementation
const LeftBar(
{Key? key,
this.isCondensed = false,
required this.menus,
this.logo,
this.logoCondensed,
this.logoRoute})
: super(key: key);