recommendedMobileKeyboard property

GiphyImage recommendedMobileKeyboard

Retrieves the recommended image for using this GIF in a small picker scenario

Implementation

GiphyImage get recommendedMobileKeyboard =>
    images.fixedHeightSmall ??
    images.fixedWidthSmall ??
    images.downsizedSmall ??
    images.previewWebp ??
    images.fixedWidth;