SliverChildBuilderDelegateOptions class

Object that exposes all available options for a SliverChildBuilderDelegate.

Constructors

SliverChildBuilderDelegateOptions({int? findChildIndexCallback(Key)?, bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, int? semanticIndexCallback(Widget, int)?, int? semanticIndexOffset})
Constructor of SliverChildBuilderDelegateOptions.

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited