AntdTourStyle constructor
const
AntdTourStyle({
- bool inherit = true,
- Color maskColor = const Color(0xff000000),
- double maskOpacity = 0.5,
- AntdTourStepStyle? stepStyle,
- AntdTourAnimation? animation,
Implementation
const AntdTourStyle(
{super.inherit,
super.maskColor,
super.maskOpacity,
this.stepStyle,
this.animation});