PaginationPageButtonContext class

Provides context when building the full button for a page control.

Constructors

PaginationPageButtonContext.new({required BuildContext context, required PaginationOptions options, required int page, required bool isActive, required bool isHomePage, required bool isLocked, required Widget content, required Widget defaultButton, required Future<void> onSelect()})

Properties

content → Widget
final
context → BuildContext
final
defaultButton → Widget
final
hashCode → int
The hash code for this object.
no setterinherited
isActive → bool
final
isHomePage → bool
final
isLocked → bool
final
onSelect → Future<void> Function()
final
options → PaginationOptions
final
page → int
final
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