AntdTourAnimation constructor
const
AntdTourAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdTour, AntdTourState> ? holeAnimated = const AntdHoleDefaultAnimated(), - 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>()});