gridBuilder property
Widget Function(BuildContext context, GiphySource source, void onSelected(GiphyGif))?
gridBuilder
final
Sliver builder responsible for creating the visual representation of the given source
Implementation
final Widget Function(
BuildContext context,
GiphySource source,
void Function(GiphyGif) onSelected,
)? gridBuilder;