MediaHelper class
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
Static Properties
-
getter/setter pair
-
getter/setter pair
Static Methods
-
staggeredMemberMediumModel(AppModel app, BuildContext context, List<MemberMediumModel> media, {dynamic deleteAction(int index)?, dynamic viewAction(int index)?, 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)?, 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
-