QudsCollectionPagination<T> class
A widget that show list of items with pagining.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- QudsCollectionPagination
Constructors
-
QudsCollectionPagination({required int selectedPage, required List<
T> currentPageItems, required Widget itemBuilder(BuildContext context, int index, T obj), Widget dividerBuilder(BuildContext context, int index)?, required dynamic onPageChanged(int page), dynamic onResultsPerPageChanged(int resultsPerPage)?, int resultsPerPage = 5, List<int> pageItemLengths = const [5, 10, 20, 30, 50, 100], CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.start, EdgeInsets? itemsPadding, required int total, bool? headerIsFixed = true, Widget? header, Key? key}) -
Create an instance of QudsCollectionPagination.
const
Properties
- crossAxisAlignment → CrossAxisAlignment
-
The items cross axis alignment.
final
-
currentPageItems
→ List<
T> -
The current page items.
final
- dividerBuilder → Widget Function(BuildContext context, int index)?
-
The divider builder.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → Widget?
-
A header to be shown above the widgets
final
- headerIsFixed → bool?
-
To fix the header abover the widgets
final
- itemBuilder → Widget Function(BuildContext context, int index, T obj)
-
The builder of each child.
final
- itemsPadding → EdgeInsets?
-
The items listview padding.
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onPageChanged → dynamic Function(int page)
-
Called when the current page change.
final
- onResultsPerPageChanged → dynamic Function(int resultsPerPage)?
-
Called when the current results per page changed.
final
-
pageItemLengths
→ List<
int> -
The desired page items counts like
[ 5 , 10 , 20 ]
final - resultsPerPage → int
-
Desired results count in each page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedPage → int
-
The current selected page.
final
- total → int
-
The count of all items.
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited