GalleryGrid

class GalleryGrid(val name: String, val pager: Flow<PagingData<VerticalImageItem>>) : ProfileTab

Gallery tab with multimedia

Constructors

Link copied to clipboard
constructor(name: String, pager: Flow<PagingData<VerticalImageItem>>)

Properties

Link copied to clipboard

Tab name

Link copied to clipboard