AdCarouselConfig class

Constructors

AdCarouselConfig({bool? autoPlay, bool? enableInfiniteScroll, Duration autoPlayInterval = const Duration(seconds: 5), bool showIndicator = true, double indicatorHeight = 20, Widget indicatorBuilder(bool isSelected)?})
const

Properties

autoPlay bool?
final
autoPlayInterval Duration
final
enableInfiniteScroll bool?
final
hashCode int
The hash code for this object.
no setterinherited
indicatorBuilder Widget Function(bool isSelected)?
final
indicatorHeight double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showIndicator bool
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