GiphyPickerConfigDelegate class abstract

Constructors

GiphyPickerConfigDelegate({required String apiKey, TextStyle cancelButtonStyle = const TextStyle(fontSize: 10, fontWeight: FontWeight.bold, color: Colors.black), TextStyle hiddenTextStyle = const TextStyle(fontSize: 14, color: Colors.black), TextStyle style = const TextStyle(fontSize: 14), Icon icon = const Icon(Icons.search, size: 24, color: Colors.black), TextStyle iconStyle = const TextStyle(color: Colors.grey), Color searchColor = Colors.grey, Color statusBarColor = Colors.white, Color backgroundColor = Colors.white})

Properties

apiKey String
Giphy API Key
final
backgroundColor Color
final
cancelButtonStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
hiddenTextStyle TextStyle
final
icon Icon
final
iconStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchColor Color
final
statusBarColor Color
final
style TextStyle
final

Methods

connectivityIndicator(BuildContext context, double extent) Widget?
Connectivity Indiciator when there are no gifs and not connected to the internet
headerWrapper(BuildContext context, double borderRadius, Widget child) Widget?
Builds a wrapper around the gif header and provides the border radius
loadingIndicator(BuildContext context) Widget?
Loading Indicator for the Gif viewer when no Gifs are loaded
loadingTileIndicator(BuildContext context) Widget?
Loading Indicator for the Gif viewer when Gifs are currently beiing rendered
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notchBuilder(BuildContext context) Widget?
Builds the notch on the sliding sheet
overlayBuilder(BuildContext context, int index) Widget?
Overlay Widget of the selected asset
toString() String
A string representation of this object.
inherited

Operators

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