onVerticalFeedCreated property
This callback function allows you to access VerticalFeedPresenterController
VerticalFeedBar(
onVerticalFeedCreated: onVerticalFeedCreated,
)
void onVerticalFeedCreated(VerticalFeedPresenterController verticalFeedController) {
this.verticalFeedController = verticalFeedController;
}
Implementation
final VerticalFeedPresenterCreatedCallback? onVerticalFeedCreated;