VisibilityStack

A VisibilityProvider that tracks the base visibility of an entry as well as the entries visibility history through a stack (linked list).

Author

fzzyhmstrs

Since

0.6.0, implements VisibilityProvider as of 0.6.5, implements VisibilityStackProvider as of 0.6.8

Constructors

Link copied to clipboard
constructor(baseVisibility: DynamicListWidget.Visibility, visibilityStack: LinkedList<DynamicListWidget.Visibility>)