const NavBarPadding.symmetric({double? horizontal, double? vertical}) : this.top = vertical, this.bottom = vertical, this.right = horizontal, this.left = horizontal;