BackdropConfig constructor

const BackdropConfig(
  1. {bool enabled = false,
  2. bool dragFromBody = true,
  3. Color shadowColor = Colors.black,
  4. double opacity = 0.5,
  5. bool collapseOnTap = true,
  6. bool closeOnTap = true,
  7. bool effectInCollapsedMode = true,
  8. bool draggableInClosed = false}
)

Implementation

const BackdropConfig({
  this.enabled = false,
  this.dragFromBody = true,
  this.shadowColor = Colors.black,
  this.opacity = 0.5,
  this.collapseOnTap = true,
  this.closeOnTap = true,
  this.effectInCollapsedMode = true,
  this.draggableInClosed = false,
});