NavBarPadding.only constructor

const NavBarPadding.only({
  1. double? top,
  2. double? bottom,
  3. double? right,
  4. double? left,
})

Implementation

const NavBarPadding.only({this.top, this.bottom, this.right, this.left});