EnoughPlatformSliverAppBar constructor

const EnoughPlatformSliverAppBar({
  1. Key? key,
  2. Widget? title,
  3. Widget? leading,
  4. bool floating = false,
  5. bool snap = false,
  6. bool pinned = false,
  7. bool stretch = false,
  8. List<Widget>? actions,
  9. String? previousPageTitle,
  10. Widget? flexibleSpace,
  11. bool cupertinoTransitionBetweenRoutes = false,
})

Implementation

const EnoughPlatformSliverAppBar({
  Key? key,
  this.title,
  this.leading,
  this.floating = false,
  this.snap = false,
  this.pinned = false,
  this.stretch = false,
  this.actions,
  this.previousPageTitle,
  this.flexibleSpace,
  this.cupertinoTransitionBetweenRoutes = false,
}) : super(key: key);