startInitVisible property

bool startInitVisible
final

This 📜 Curtains controls its visibility by ScrollUpdateNotifications. Override initialization visibility of this curtain with this bool.

By default, the endCurtain begins visible before any ScrollUpdateNotifications have been sent by user scroll.

By default, the startCurtain begins invisible, implying the scrollable begins at its start.

  • Which may not always be the case, and would lead to a scenario where this Curtains has not yet heard any ScrollNotifications to appropriately render it.

Implementation

final bool startInitVisible, endInitVisible;