TimelineScreen constructor
- {Key? key,
- TimelineParams? params,
- List<
OverlayEntry> initialEntries = const <OverlayEntry>[]}
Implementation
TimelineScreen({
super.key,
this.params,
this.initialEntries = const <OverlayEntry>[],
});
TimelineScreen({
super.key,
this.params,
this.initialEntries = const <OverlayEntry>[],
});