DyAddonWidgetConfig class

Constructors

DyAddonWidgetConfig({Widget stickWidgetBuilder(BuildContext, DyListViewState)?, Widget builder(BuildContext, DyListViewState)?, Widget builderInListItem(BuildContext)?, required double padding})

Properties

builder Widget Function(BuildContext, DyListViewState)?
builder for custom widget on start
final
builderInListItem Widget Function(BuildContext)?
builder for custom widget for start or end index of list view item builder
final
hashCode int
The hash code for this object.
no setterinherited
padding double
padding value for custom widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickWidgetBuilder Widget Function(BuildContext, DyListViewState)?
builder for custom widget on list stick top list
final

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