Carousel class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- Carousel
Constructors
-
Carousel({required List<
CardTransform> transforms, required CarouselCardBuilder builder, required int selectableCardId, double pageViewHeight = 300, void onPageChanged(int value)?, AlignmentGeometry alignment = AlignmentDirectional.topStart, void onCardClick(int value)?, int initialPage = 0, bool allowInfiniteScrollingBackwards = false, Key? key}) -
Animated cards by swiping.
Each card can change its rotation, position
and scale when swiping the cards.
Transform path can be privided using transforms
const
Properties
- alignment → AlignmentGeometry
-
Alignment of the cards.
final
- allowInfiniteScrollingBackwards → bool
-
Whether to allow infinite scrolling backwards. Defaults to false. If true,
this works by using a very large number of pages (10000).
Works in conjunction with initialPage.
final
- builder → CarouselCardBuilder
-
Builder for the card given a context and a
index
to identify the right card.final - hashCode → int
-
The hash code for this object.
no setterinherited
- initialPage → int
-
The page to show when first creating the Carousel.
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onCardClick → (void Function(int value)?)
-
final
- onPageChanged → (void Function(int value)?)
-
Called when selected card is changed to the next one.
final
- pageViewHeight → double
-
Size of the pageview used to capture swipe gestures.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectableCardId → int
-
The index of the transform card which acts as the selected card.
final
-
transforms
→ List<
CardTransform> -
A list of transforms to calculate the position of the card when swiping.
Every item in the list is one of the possible card positions.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< Carousel> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of
DiagnosticsNode
objects describing this node's children.inherited -
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited