TimelineScreen constructor
const
TimelineScreen({ - String userId = 'test_user',
- TimelineService? service,
- TimelineOptions options = const TimelineOptions(),
- dynamic onPostTap(
- TimelinePost
)?,
- ScrollController? scrollController,
- dynamic onUserTap(
- String userId
)?,
- List<TimelinePost>? posts,
- String? timelineCategory,
- Widget postWidgetBuilder(
- TimelinePost post
)?,
- bool filterEnabled = false,
- Key? key,
})
Implementation
const TimelineScreen({
this.userId = 'test_user',
this.service,
this.options = const TimelineOptions(),
this.onPostTap,
this.scrollController,
this.onUserTap,
this.posts,
this.timelineCategory,
this.postWidgetBuilder,
this.filterEnabled = false,
super.key,
});