AntdMaskStyle constructor

const AntdMaskStyle({
  1. bool inherit = true,
  2. Color maskColor = const Color(0xff000000),
  3. double maskOpacity = 0.5,
  4. AntdMaskAnimation? animation,
})

Implementation

const AntdMaskStyle({
  super.inherit,
  super.maskColor,
  super.maskOpacity,
  this.animation,
});