TimelineParams class

Constructors

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, WidgetBuilder? header, WidgetBuilder? footer, bool filterable = true, bool favoriteEnabled = false, bool sharable = true, Object? shareButtonHeroTag = "share_from_timeline"})

Properties

actions → List<Widget>
final
extendBodyBehindAppBar → bool
final
favoriteEnabled → bool
final
filterable → bool
final
filterState → (FilterState Function(BuildContext)?)
final
final
final
implyLeading → bool
final
item → Object?
final
noAppBar → bool
final
noPagePadding → bool
final
onFetchData → Future Function(BuildContext context)
final
onInitialize → Future Function(BuildContext context)
final
onStateChange → bool Function(BuildContext context)
return true to trigger onFetchData
final
sharable → bool
final
shareButtonHeroTag → Object?
final
shareMessage → String?
final
shareTitle → String?
final
showFiltersDelegate → ShowFiltersDelegate?
final
title → String?
final

Methods

offset() → dynamic