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