BottomActionBarConfig constructor
const
BottomActionBarConfig({})
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,
});