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, FilterState filterState(BuildContext)?, Object? item, WidgetBuilder? header, bool filterable = true, bool favoriteEnabled = false, bool sharable = true, )
Properties
-
actions → List<
Widget> -
final
- extendBodyBehindAppBar → bool
-
final
- favoriteEnabled → bool
-
final
- filterable → bool
-
final
- filterState → (FilterState Function(BuildContext)?)
-
final
-
final
- header → WidgetBuilder?
-
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
-
final
-
final
-
final
-
final
- showFiltersDelegate → ShowFiltersDelegate?
-
final
- title → String?
-
final
Methods
-
offset(
) → dynamic