BottomActionBar constructor

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

Constructor

Implementation

const BottomActionBar(
  this.config,
  this.state,
  this.showSearchView, {
  Key? key,
}) : super(key: key);