DraftModeUIPageNavigationTop constructor

const DraftModeUIPageNavigationTop({
  1. Key? key,
  2. String? title,
  3. Widget? leading,
  4. List<Widget>? trailing,
  5. bool centerTitle = true,
  6. Color? backgroundColor,
  7. double? containerHeight,
  8. bool transitionBetweenRoutes = true,
})

Implementation

const DraftModeUIPageNavigationTop({
  super.key,
  this.title,
  this.leading,
  this.trailing,
  this.centerTitle = true,
  this.backgroundColor,
  this.containerHeight,
  this.transitionBetweenRoutes = true,
});