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