GalleryWidget class

Constructors

GalleryWidget.new(ARMOYUServices service)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service → ARMOYUServices
final

Methods

mediaGallery({required dynamic context, int? userID, String? username, List<Media>? cachedmediaList, dynamic onmediaUpdated(List<Media> updatedMedia)?, bool storyShare = false}) GalleryWidgetBundle
mediaList(BuildContext context, {required dynamic onMediaUpdated(List<Media> onMediaUpdated)?, bool big = false, bool editable = false}) MedialistWidgetBundle
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