ListBuilder<T> class

Constructors

ListBuilder.new({required Iterable<T>? items, required Widget builder(T? value), int skeletons = 3})

Properties

builder Widget Function(T? value)
final
generated Iterable<T?>
Get items list or list with null values for skeleton items
no setter
hashCode int
The hash code for this object.
no setterinherited
items Iterable<T>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skeletons int
final

Methods

build() Iterable<Widget>
Build widgets list
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