TimelineParams constructor
TimelineParams(
- {bool extendBodyBehindAppBar = true,
- bool implyLeading = false,
- String? title,
- ShowFiltersDelegate? showFiltersDelegate,
- bool noAppBar = false,
- List<Widget> actions = const <Widget>[],
- required Future onFetchData(
- BuildContext context
),
- required bool onStateChange(
- BuildContext context
),
- required Future onInitialize(
- BuildContext context
),
- bool noPagePadding = false,
- String? shareTitle,
- String? shareMessage,
- FilterState filterState(
- BuildContext
)?,
- Object? item,
- bool filterable = true,
- bool favoriteEnabled = false,
- bool sharable = true,
- Object? shareButtonHeroTag = "share_from_timeline"}
)
Implementation
TimelineParams({
this.extendBodyBehindAppBar = true,
this.implyLeading = false,
this.title,
this.showFiltersDelegate,
this.noAppBar = false,
this.actions = const <Widget>[],
required this.onFetchData,
required this.onStateChange,
required this.onInitialize,
this.noPagePadding = false,
this.shareTitle,
this.shareMessage,
this.filterState,
this.item,
this.header,
this.footer,
this.filterable = true,
this.favoriteEnabled = false,
this.sharable = true,
this.shareButtonHeroTag = "share_from_timeline",
});