RenderExpandableSectionContainer constructor
RenderExpandableSectionContainer({
- required ScrollableState scrollable,
- required ExpandableListController controller,
- dynamic sticky = true,
- dynamic overlapsContent = false,
- int listIndex = -1,
- List<
int> sectionRealIndexes = const [], - bool separated = false,
- required RenderExpandableSliverList renderSliver,
Implementation
RenderExpandableSectionContainer({
required ScrollableState scrollable,
required ExpandableListController controller,
sticky = true,
overlapsContent = false,
int listIndex = -1,
List<int> sectionRealIndexes = const [],
bool separated = false,
required RenderExpandableSliverList renderSliver,
}) : _scrollable = scrollable,
_controller = controller,
_sticky = sticky,
_overlapsContent = overlapsContent,
_listIndex = listIndex,
_sectionRealIndexes = sectionRealIndexes,
_separated = separated,
_renderSliver = renderSliver;