MediaHelper class

Constructors

MediaHelper.new()

Properties

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

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

Static Properties

popupMenuDeleteValue int
getter/setter pair
popupMenuView int
getter/setter pair

Static Methods

staggeredMemberMediumModel(AppModel app, BuildContext context, List<MemberMediumModel> media, {dynamic deleteAction(int index)?, dynamic viewAction(int index)?, double? progressExtra, String? progressLabel, double? height, bool reverse = false, bool shrinkWrap = false}) Widget
staggeredPhotosWithThumbnail(AppModel app, BuildContext context, List<PhotoWithThumbnail> photos, {dynamic deleteAction(int index)?, dynamic viewAction(int index)?, double? height, bool reverse = false, bool shrinkWrap = false}) Widget
staggeredPlatformMediumModel(AppModel app, BuildContext context, List<PlatformMediumModel> media, {dynamic deleteAction(int index)?, dynamic viewAction(int index)?, double? progressExtra, String? progressLabel, double? height, bool reverse = false, bool shrinkWrap = false, BackgroundModel? background}) Widget
staggeredVideosWithThumbnail(AppModel app, BuildContext context, List<VideoWithThumbnail> videos, {dynamic deleteAction(int index)?, dynamic viewAction(int index)?, double? height, bool reverse = false, bool shrinkWrap = false}) Widget
videoAndPhotoDivider(BuildContext context) Widget