NavBarPadding.all constructor

const NavBarPadding.all(
  1. double? value
)

Implementation

const NavBarPadding.all(double? value)
    : this.top = value,
      this.bottom = value,
      this.right = value,
      this.left = value;