NavBarPadding.fromLTRB constructor

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

Implementation

const NavBarPadding.fromLTRB(this.top, this.bottom, this.right, this.left);