CarouselTheme class
Theme data for Carousel.
Constructors
- CarouselTheme({CarouselAlignment? alignment, Axis? direction, bool? wrap, bool? pauseOnHover, Duration? autoplaySpeed, bool? draggable, Duration? speed, Curve? curve})
-
const
Properties
- alignment → CarouselAlignment?
-
final
- autoplaySpeed → Duration?
-
final
- curve → Curve?
-
final
- direction → Axis?
-
final
- draggable → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- pauseOnHover → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → Duration?
-
final
- wrap → bool?
-
final
Methods
-
copyWith(
{ValueGetter< CarouselAlignment?> ? alignment, ValueGetter<Axis?> ? direction, ValueGetter<bool?> ? wrap, ValueGetter<bool?> ? pauseOnHover, ValueGetter<Duration?> ? autoplaySpeed, ValueGetter<bool?> ? draggable, ValueGetter<Duration?> ? speed, ValueGetter<Curve?> ? curve}) → CarouselTheme -
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.
override