AntdMaskBaseAnimation<WidgetType, StateType> constructor
const
AntdMaskBaseAnimation<WidgetType, StateType> ({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
WidgetType, StateType> ? maskAnimated, - AntdAnimated<
WidgetType, StateType> ? holeAnimated, - AntdAnimated<
WidgetType, StateType> ? contentAnimated,
Implementation
const AntdMaskBaseAnimation(
{super.disable,
super.duration,
this.maskAnimated,
this.holeAnimated,
this.contentAnimated});