CarouselController class abstract
- Implementers
Constructors
- CarouselController()
-
factory
Properties
Methods
-
animateToPage(
int page, {Duration? duration, Curve? curve}) → Future< void> -
jumpToPage(
int page) → void -
nextPage(
{Duration? duration, Curve? curve}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previousPage(
{Duration? duration, Curve? curve}) → Future< void> -
startAutoPlay(
) → void -
stopAutoPlay(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited