NavigationGap constructor

const NavigationGap(
  1. double gap, {
  2. Key? key,
})

Implementation

const NavigationGap(
  this.gap, {
  super.key,
});