Ci360Controller class abstract

Implementers

Constructors

Ci360Controller()

Properties

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

Methods

nextImage({Duration? duration, Curve? curve, Axis axis = Axis.horizontal}) Future<void>
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>
rotateToImage(int index, [Axis axis = Axis.horizontal]) → void
startAutoPlay() → void
stopAutoPlay() → void
toString() String
A string representation of this object.
inherited

Operators

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