SListView constructor
const
SListView({})
Implementation
const SListView({
super.key,
this.children = const [],
this.addAutomaticKeepAlives = true,
this.addRepaintBoundaries = true,
this.addSemanticIndexes = true,
this.semanticIndexCallback = _kDefaultSemanticIndexCallback,
this.semanticIndexOffset = 0,
}) : builder = null,
findChildIndexCallback = null,
childCount = children.length;