GiphyDecorator constructor

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

Implementation

const GiphyDecorator({
  this.showAppBar = true,
  this.giphyTheme,
  this.searchElevation = 0.0,
});