buildStoryOnTrayScroll property

bool buildStoryOnTrayScroll
final

Sets whether stories are build when tray list is scrolled or the tray is tapped.

Speeds up the opening time of story view when tray is tapped if this set to true but increases frequency of calling storyBuilder. If you are requesting data from server in storyBuilder you may want to set this to false to avoid rate limit.

Implementation

final bool buildStoryOnTrayScroll;