GalleryController class

Inheritance

Constructors

GalleryController.new()

Properties

currentPage int
no setter
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
items List<GalleryModel>
no setter
lastPage int?
no setter
photo → XFile?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIndexes List<int>
no setter

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
deselectAll() → dynamic
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
getPhoto() → dynamic
load() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
refresh() → dynamic
refreshWidget() → dynamic
remove(GalleryModel data) → dynamic
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
toggle({required GalleryModel data}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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