AntdMaskBaseStyle constructor

const AntdMaskBaseStyle({
  1. bool inherit = true,
  2. Color maskColor = const Color(0xff000000),
  3. double maskOpacity = 0.5,
})

Implementation

const AntdMaskBaseStyle(
    {super.inherit,
    this.maskColor = const Color(0xff000000),
    this.maskOpacity = 0.5});