md constant

BsNavbarSize const md

This is default example BsNavbarSize with name medium size

Implementation

static const BsNavbarSize md =
    BsNavbarSize(padding: EdgeInsets.only(top: 10.0, bottom: 10.0));