YaruDetailPage constructor
const
YaruDetailPage({
- Key? key,
- PreferredSizeWidget? appBar,
- Widget? body,
- Widget? floatingActionButton,
- FloatingActionButtonLocation? floatingActionButtonLocation,
- FloatingActionButtonAnimator? floatingActionButtonAnimator,
- Widget? bottomSheet,
- Color? backgroundColor,
- bool extendBody = false,
- bool extendBodyBehindAppBar = false,
- 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,
});