GiphyGridView constructor
const
GiphyGridView({
- Key? key,
- double cellPadding = 8,
- GiphyClipsRendition clipsPreviewRenditionType = GiphyClipsRendition.fixedWidth,
- required GiphyContentRequest content,
- bool disableEmojiVariations = false,
- bool fixedSizeCells = false,
- GiphyDirection orientation = GiphyDirection.vertical,
- GiphyRendition renditionType = GiphyRendition.fixedWidth,
- int? spanCount,
- bool showCheckeredBackground = false,
- GiphyTheme theme = GiphyTheme.automaticTheme,
- dynamic onContentUpdate(
- int resultCount
- dynamic onMediaSelect(
- GiphyMedia media
- dynamic onScroll(
- double offset
Constructs a GiphyGridView.
Implementation
const GiphyGridView(
{super.key,
this.cellPadding = 8,
this.clipsPreviewRenditionType = GiphyClipsRendition.fixedWidth,
required this.content,
this.disableEmojiVariations = false,
this.fixedSizeCells = false,
this.orientation = GiphyDirection.vertical,
this.renditionType = GiphyRendition.fixedWidth,
this.spanCount,
this.showCheckeredBackground = false,
this.theme = GiphyTheme.automaticTheme,
this.onContentUpdate,
this.onMediaSelect,
this.onScroll});