Ci360ControllerImpl class

Implemented types

Constructors

Ci360ControllerImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
onReady Future<void>
no setteroverride
ready bool
no setteroverride
readyCompleter Completer
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Ci360State?
getter/setter pairoverride

Methods

nextImage({Duration? duration, Curve? curve, Axis axis = Axis.horizontal}) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousImage({Duration? duration, Curve? curve, Axis axis = Axis.horizontal}) Future<void>
override
rotateToImage(int index, [Axis axis = Axis.horizontal]) → void
override
startAutoPlay() → void
The ImageView will only autoPlay if the autoPlay parameter in Ci360Options is true.
override
stopAutoPlay() → void
This is a more on-demand way of doing this. Use the autoPlay parameter in Ci360Options to specify the autoPlay behaviour of the ImageView.
override
toString() String
A string representation of this object.
inherited

Operators

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