PaginationConstants class
Constructors
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 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