GiphyGet class

Constructors

GiphyGet()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getGif({required BuildContext context, required String apiKey, String rating = GiphyRating.g, String lang = GiphyLanguage.english, String randomID = "", String searchText = "", String queryText = "", bool modal = true, bool showGIFs = true, bool showStickers = true, bool showEmojis = true, Color? tabColor, Color? textSelectedColor, Color? textUnselectedColor, int debounceTimeInMilliseconds = 350, TabTopBuilder? tapTopBuilder, TabBottomBuilder? tabBottomBuilder, SearchAppBarBuilder? searchAppBarBuilder}) Future<GiphyGif?>