itemInfoBuilder property

(Widget Function({required TimelinePost post})?) itemInfoBuilder
final

The builder for the item info, all below the like and comment buttons

Implementation

final Widget Function({required TimelinePost post})? itemInfoBuilder;