PaginationConstants class

Constructors

PaginationConstants.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

ellipsis String
getter/setter pair

Static Methods

arrowIcon(IconData icon) Icon
ellipsisButton({required int pageNumber, required int numberOfPages, required dynamic onTap(int), int? skip, int? limit}) GestureDetector
leftButton({required int pageNumber, int? skip, int? limit, required dynamic onTap(int)}) GestureDetector
numberButton({required int pageNumber, required int numberOfPages, required int i, int? skip, required dynamic onTap(int), int? limit}) GestureDetector
rightButton({required int pageNumber, required dynamic onTap(int), int? skip, int? limit}) GestureDetector

Constants

totalButtons → const int