GiphyDisplay constructor
const
GiphyDisplay({
- Key? key,
- required String searchKeyword,
- required KeyboardConfig keyboardConfig,
- dynamic onGifSelected()?,
- required StreamController<
String> scrollStream,
Implementation
const GiphyDisplay({
Key? key,
required this.searchKeyword,
required this.keyboardConfig,
this.onGifSelected,
required this.scrollStream,
}) : super(key: key);