DefaultBottomActionBar constructor

const DefaultBottomActionBar(
  1. Config config,
  2. EmojiViewState state,
  3. VoidCallback showSearchView, {
  4. Key? key,
})

Constructor

Implementation

const DefaultBottomActionBar(
  super.config,
  super.state,
  super.showSearchView, {
  super.key,
});