AntdMaskStyle constructor
const
AntdMaskStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdMaskAnimation? animation,
Implementation
const AntdMaskStyle({
super.inherit,
super.maskColor,
super.maskOpacity,
this.animation,
});