NavBarPath constructor

NavBarPath({
  1. double lowSize = 0.2,
  2. double bigSize = 1.0,
})

Draw the shape of the nav bar using the CustomClipper

Implementation

NavBarPath({
  this.lowSize = 0.2,
  this.bigSize = 1.0,
});