postWidgetBuilder property

(Widget Function(TimelinePost post)?) postWidgetBuilder
final

A function that builds a widget for a timeline post.

Implementation

final Widget Function(TimelinePost post)? postWidgetBuilder;