ListBuilder class
- Available extensions
Constructors
- ListBuilder.new(Widget itemBuilder(BuildContext context, int index))
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemBuilder → Widget Function(BuildContext context, int index)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
listView(
{int count = 0, Widget gap = const SizedBox.shrink()}) → ListView -
Available on ListBuilder, provided by the ListBuilderWidget extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sliverList(
{int count = 0, Widget gap = const SizedBox.shrink()}) → SliverList -
Available on ListBuilder, provided by the ListBuilderWidget extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited