BottomActionBarConfig constructor

const BottomActionBarConfig({
  1. bool enabled = true,
  2. bool showBackspaceButton = true,
  3. bool showSearchViewButton = true,
  4. Color? backgroundColor = Colors.blue,
  5. Color buttonColor = Colors.blue,
  6. Color buttonIconColor = Colors.white,
  7. BottomActionBarBuilder? customBottomActionBar,
})

Constructor

Implementation

const BottomActionBarConfig({
  this.enabled = true,
  this.showBackspaceButton = true,
  this.showSearchViewButton = true,
  this.backgroundColor = Colors.blue,
  this.buttonColor = Colors.blue,
  this.buttonIconColor = Colors.white,
  this.customBottomActionBar,
});