Ci360State class

This State Internal Use Only

Available Extensions

Constructors

Ci360State(bool loading, Ci360Options options, VoidCallback onResetTimer, VoidCallback onResumeTimer, dynamic changeMode(CIImageChangedReason), dynamic onRotateImage(int index, Axis axis))

Properties

changeMode ↔ dynamic Function(CIImageChangedReason)
The callback to set the Reason Carousel changed
getter/setter pair
currentAxis Axis
Current Rotaion Axis
getter/setter pair
currentMode CIImageChangedReason
getter/setter pair
currentXIndex int
Current Image Index on X-Axis
getter/setter pair
currentYIndex int
Current Image Index on Y-Axis
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loading bool
getter/setter pair
localXPosition double
Last X Position
getter/setter pair
localYPosition double
Last Y Position
getter/setter pair
onResetTimer VoidCallback
Will be called when using to go to next image or previous image. It will clear the autoPlay timer. Internal use only
getter/setter pair
onResumeTimer VoidCallback
Will be called when using to go to next image or previous image. It will restart the autoPlay timer. Internal use only
getter/setter pair
onRotateImage ↔ dynamic Function(int index, Axis axis)
getter/setter pair
options Ci360Options
The Ci360Options to create this state
getter/setter pair
rotationXCompleted int
Completed Rotaions For AutoRotate To Check The RotationCount While Auto Rotate Enabled
getter/setter pair
rotationYCompleted int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Timer?
getter/setter pair
xImageModel Ci360ImageModel?
The images count that should be shown at 360 view on X-Axis
getter/setter pair
yImageModel Ci360ImageModel?
The images count that should be shown at 360 view on Y-Axis
getter/setter pair

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