postWidgetBuilder property
final
A function that builds a widget for a timeline post.
Implementation
final Widget Function(TimelinePost post)? postWidgetBuilder;
A function that builds a widget for a timeline post.
final Widget Function(TimelinePost post)? postWidgetBuilder;