ModalWindowsOptions constructor

const ModalWindowsOptions({
  1. double? top,
  2. double? left,
  3. double? right,
  4. double? bottom,
  5. AlignmentGeometry? alignment = Alignment.center,
  6. bool gaussian = false,
  7. bool addMaterial = false,
  8. bool ignoring = false,
  9. bool absorbing = false,
  10. double fuzzyDegree = 4,
  11. MainAxisSize mainAxisSize = MainAxisSize.min,
  12. Color? color,
  13. HitTestBehavior behavior = HitTestBehavior.opaque,
  14. GestureTapCallback? onTap,
  15. MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
  16. CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
  17. Axis direction = Axis.vertical,
  18. bool isScroll = false,
  19. bool isStack = false,
  20. BlendMode blendMode = BlendMode.srcOver,
  21. ImageFilter? filter,
  22. BoxConstraints? constraints,
})

Implementation

const ModalWindowsOptions(
    {this.top,
    this.left,
    this.right,
    this.bottom,
    this.alignment = Alignment.center,
    this.gaussian = false,
    this.addMaterial = false,
    this.ignoring = false,
    this.absorbing = false,
    this.fuzzyDegree = 4,
    this.mainAxisSize = MainAxisSize.min,
    this.color,
    this.behavior = HitTestBehavior.opaque,
    this.onTap,
    this.mainAxisAlignment = MainAxisAlignment.start,
    this.crossAxisAlignment = CrossAxisAlignment.center,
    this.direction = Axis.vertical,
    this.isScroll = false,
    this.isStack = false,
    this.blendMode = BlendMode.srcOver,
    this.filter,
    this.constraints});