AntdMaskAnimation constructor

const AntdMaskAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdMask, AntdMaskState>? maskAnimated = const AntdMaskDefaultAnimated(),
  4. AntdAnimated<AntdMask, AntdMaskState>? contentAnimated = const AntdMaskContentDefaultAnimated<AntdMaskStyle, AntdMask, AntdMaskState>(),
})

Implementation

const AntdMaskAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated = const AntdMaskDefaultAnimated(),
    super.contentAnimated = const AntdMaskContentDefaultAnimated<
        AntdMaskStyle, AntdMask, AntdMaskState>()});