NavBarDecoration constructor

const NavBarDecoration({
  1. BoxBorder? border,
  2. Gradient? gradient,
  3. BorderRadius? borderRadius,
  4. List<BoxShadow>? boxShadow,
  5. bool adjustScreenBottomPaddingOnCurve = true,
})

Implementation

const NavBarDecoration({
  this.border,
  this.gradient,
  this.borderRadius,
  this.boxShadow,
  this.adjustScreenBottomPaddingOnCurve = true,
});