AntdMaskBaseAnimation<WidgetType, StateType> constructor

const AntdMaskBaseAnimation<WidgetType, StateType>({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<WidgetType, StateType>? maskAnimated,
  4. AntdAnimated<WidgetType, StateType>? holeAnimated,
  5. AntdAnimated<WidgetType, StateType>? contentAnimated,
})

Implementation

const AntdMaskBaseAnimation(
    {super.disable,
    super.duration,
    this.maskAnimated,
    this.holeAnimated,
    this.contentAnimated});