GiphyGrid.fixedWidthVaryingHeight constructor
const
GiphyGrid.fixedWidthVaryingHeight({
- Key? key,
- required GiphySource giphySource,
- void onSelected(
- GiphyGif gif
- double spacing = 4.0,
- BorderRadius? borderRadius,
- int minColumns = 2,
Shows GIFs in a varying number of columns
Implementation
const GiphyGrid.fixedWidthVaryingHeight({
Key? key,
required this.giphySource,
this.onSelected,
this.spacing = 4.0,
this.borderRadius,
this.minColumns = 2,
}) : gridDelegator = _fixedWidthVaryingHeight,
super(key: key);