AVSImageGallery class

Constructors

AVSImageGallery(BuildContext context, {required List<String> imagePaths, int? initialIndex = 0, bool? showCloseButton = true, bool? lastSwipeClose, dynamic onSwipe(int index)?, bool showBottomBar = true, Color? backgroundColor, LinearGradient? backgroundGradient})

Properties

backgroundColor Color?
final
backgroundGradient LinearGradient?
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
imagePaths List<String>
final
initialIndex int?
final
lastSwipeClose bool?
final
onSwipe → dynamic Function(int index)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBottomBar bool
final
showCloseButton bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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