component/screen/sliver_screen
library
Classes
-
SliverScreen
-
A sliver-based screen component that extends
AbstractScreen to provide
scrollable layouts using CustomScrollView, ideal for complex UIs with
dynamic headers, footers, and sidebars. Integrates seamlessly with ArcaneApp
and ArcaneTheme for theming, supports Sidebar via PylonBuilder, and
enables efficient rendering of slivers like SliverAppBar, SliverList,
SliverGrid, or SliverToBoxAdapter for performance-optimized scrolling
with lazy loading. Use for screens requiring pinned elements, floating
behaviors, or nested scrolling as in NestedScrollView.