FloatingToolbarStyle constructor

const FloatingToolbarStyle({
  1. Color backgroundColor = Colors.black,
  2. Color toolbarActiveColor = Colors.lightBlue,
  3. Color toolbarIconColor = Colors.white,
  4. Color? toolbarShadowColor,
  5. double toolbarElevation = 0,
})

Implementation

const FloatingToolbarStyle({
  this.backgroundColor = Colors.black,
  this.toolbarActiveColor = Colors.lightBlue,
  this.toolbarIconColor = Colors.white,
  this.toolbarShadowColor,
  this.toolbarElevation = 0,
});