DefaultBottomActionBar constructor

DefaultBottomActionBar(
  1. Config config,
  2. EmojiViewState state,
  3. VoidCallback showSearchView
)

Constructor

Implementation

DefaultBottomActionBar(
    Config config, EmojiViewState state, VoidCallback showSearchView)
    : super(config, state, showSearchView);