Carousel class

Inheritance

Constructors

Properties

$element → ElementQuery
The dquery object of element. Equivalent to $(element).
finalinherited
active Element?
no setter
activeIndex int
no setter
element Element
The element which component wires to.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
interval int
The time interval between sliding.
final
pauseCondition String
The condition to pause the sliding.
final
paused bool
Return true if the Carousel sliding is currently paused.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliding bool
Return true if the Carousel is currently sliding.
no setter

Methods

cycle() → void
next() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
prev() → void
slide(String type, [Element? next]) → void
to(int pos) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

use() → void
Register to use Carousel component.