AntdMaskAnimation constructor
const
AntdMaskAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdMask, AntdMaskState> ? maskAnimated = const AntdMaskDefaultAnimated(), - 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>()});