YaruDetailPage constructor

const YaruDetailPage({
  1. Key? key,
  2. PreferredSizeWidget? appBar,
  3. Widget? body,
  4. Widget? floatingActionButton,
  5. FloatingActionButtonLocation? floatingActionButtonLocation,
  6. FloatingActionButtonAnimator? floatingActionButtonAnimator,
  7. List<Widget>? persistentFooterButtons,
  8. AlignmentDirectional persistentFooterAlignment = AlignmentDirectional.centerEnd,
  9. Widget? bottomNavigationBar,
  10. Widget? bottomSheet,
  11. Color? backgroundColor,
  12. bool extendBody = false,
  13. bool extendBodyBehindAppBar = false,
  14. Object? heroTag = _kYaruDetailPageHeroTag,
})

Implementation

const YaruDetailPage({
  super.key,
  this.appBar,
  this.body,
  this.floatingActionButton,
  this.floatingActionButtonLocation,
  this.floatingActionButtonAnimator,
  this.persistentFooterButtons,
  this.persistentFooterAlignment = AlignmentDirectional.centerEnd,
  this.bottomNavigationBar,
  this.bottomSheet,
  this.backgroundColor,
  this.extendBody = false,
  this.extendBodyBehindAppBar = false,
  this.heroTag = _kYaruDetailPageHeroTag,
});