PaginationConstants class

Constructors

PaginationConstants()

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}) GestureDetector
leftButton({required int pageNumber, required dynamic onTap(int)}) GestureDetector
numberButton({required int pageNumber, required int numberOfPages, required int i, int? skip, required dynamic onTap(int)}) GestureDetector
rightButton({required int pageNumber, required dynamic onTap(int)}) GestureDetector

Constants

totalButtons → const int