AntdTourAnimation constructor

const AntdTourAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdTour, AntdTourState>? holeAnimated = const AntdHoleDefaultAnimated(),
  4. AntdAnimated<AntdTour, AntdTourState>? contentAnimated = const AntdMaskContentDefaultAnimated<AntdTourStyle, AntdTour, AntdTourState>(),
})

Implementation

const AntdTourAnimation(
    {super.disable,
    super.duration,
    super.holeAnimated = const AntdHoleDefaultAnimated(),
    super.contentAnimated = const AntdMaskContentDefaultAnimated<
        AntdTourStyle, AntdTour, AntdTourState>()});