Pageable class

Inheritance

Constructors

Pageable(List list, {int page = 1, int size = 10})

Properties

controller → dynamic
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
list List
final
page int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
tag String?
finalinherited

Methods

build(BuildContext context) Widget
override
createElement(ContextRequest request, GetSocket? getSocket) StatelessElement
Inflates this configuration to a concrete instance. A given widget can be included in the tree zero or more times. In particular a given widget can be placed in the tree multiple times. Each time a widget is placed in the tree, it is inflated into an Element, which means a widget that is incorporated into the tree multiple times will be inflated multiple times.
inherited
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