SlideChangeData class

Data that is used for event callback from the PresentationWidget when a slide is changed. It gives the current slide (slide) and previous slide (previousSlide).

Constructors

SlideChangeData({required int slide})
creates a slide change data. This is mostly used by PresentationWidget internally and is created only once per the widget.

Properties

hashCode int
The hash code for this object.
no setterinherited
previousSlide int?
get the previous slide index
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slide int
get the current slide index
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