ModalWindowsOptions constructor
const
ModalWindowsOptions({
- double? top,
- double? left,
- double? right,
- double? bottom,
- AlignmentGeometry? alignment = Alignment.center,
- bool gaussian = false,
- bool addMaterial = false,
- bool ignoring = false,
- bool absorbing = false,
- double fuzzyDegree = 4,
- MainAxisSize mainAxisSize = MainAxisSize.min,
- Color? color,
- HitTestBehavior behavior = HitTestBehavior.opaque,
- GestureTapCallback? onTap,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- Axis direction = Axis.vertical,
- bool isScroll = false,
- bool isStack = false,
- BlendMode blendMode = BlendMode.srcOver,
- ImageFilter? filter,
- 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});