GiphyDecorator class

Decorator for the Giphy Picker Here you can enable/disable some properties like the AppBar and elevation for the search TextField field. You can also customize the Giphy Picker using ThemeData

Constructors

GiphyDecorator({bool showAppBar = true, ThemeData? giphyTheme, double searchElevation = 0.0})
const

Properties

giphyTheme ThemeData?
Set a custom theme if you want to customize the views with your own style.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchElevation double
Set an elevation for the search TextField, it's 0.0 by default
final
showAppBar bool
Display or not the AppBar, it's true by default
final

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