PaginationOptions class
Options for controlling pagination.
Constructors
- PaginationOptions({bool? showJumpToEnds, bool? showPageIndex, ButtonStyle? pageIndexStyle, String? jumpToStartLabel, ButtonStyle? jumpToStartStyle, Emoji? jumpToStartEmoji, String? jumpToEndLabel, ButtonStyle? jumpToEndStyle, Emoji? jumpToEndEmoji, String? previousLabel, ButtonStyle? previousStyle, Emoji? previousEmoji, String? nextLabel, ButtonStyle? nextStyle, Emoji? nextEmoji, Duration? timeout, bool? disableOnClientClose})
- Options for controlling pagination.
Properties
- disableOnClientClose → bool?
-
Whether to disable all active paginated messages when the client closes.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jumpToEndEmoji → Emoji?
-
The emoji to show on the jump to end button.
final
- jumpToEndLabel → String?
-
The label to show on the jump to end button.
final
- jumpToEndStyle → ButtonStyle?
-
The style to use for the jump to end button.
final
- jumpToStartEmoji → Emoji?
-
The emoji to show on the jump to start button.
final
- jumpToStartLabel → String?
-
The label to display on the jump to start button.
final
- jumpToStartStyle → ButtonStyle?
-
The style to use for the jump to start button.
final
- nextEmoji → Emoji?
-
The emoji to show on the next button.
final
- nextLabel → String?
-
The label to show on the next button.
final
- nextStyle → ButtonStyle?
-
The style to use for the next button.
final
- pageIndexStyle → ButtonStyle?
-
The button style to use for the page index button.
final
- previousEmoji → Emoji?
-
The emoji to show on the previous button.
final
- previousLabel → String?
-
The label to show on the previous button.
final
- previousStyle → ButtonStyle?
-
The style to use for the previous button.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showJumpToEnds → bool?
-
Whether to show the jump to start and jump to end buttons.
final
- showPageIndex → bool?
-
Whether to show the page index in a button centered between the navigation buttons.
final
- timeout → Duration?
-
The time after which the pagination should be disabled.
final
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