ModalGifPicker class

Constructors

ModalGifPicker()

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

pickModalSheetGif({required BuildContext context, required String apiKey, String rating = GiphyRating.g, String lang = GiphyLanguage.english, bool sticker = false, GiphyPreviewType? previewType = GiphyPreviewType.previewGif, Color backGroundColor = Colors.black, Color textColor = Colors.white, Color backDropColor = Colors.white, Color topDragColor = Colors.white54, double crossAxisSpacing = 5, double mainAxisSpacing = 5, int crossAxisCount = 2, double childAspectRatio = 1.6, ErrorListener? onError}) Future<GiphyGif?>