style_1 constant

BsNavbarStyle const style_1

This is default example for customize BsNavbar

Implementation

static const BsNavbarStyle style_1 = BsNavbarStyle(
  borderRadius: BorderRadius.all(Radius.circular(5.0)),
);