AntdTourStyle constructor

const AntdTourStyle({
  1. bool inherit = true,
  2. Color maskColor = const Color(0xff000000),
  3. double maskOpacity = 0.5,
  4. AntdTourStepStyle? stepStyle,
  5. AntdTourAnimation? animation,
})

Implementation

const AntdTourStyle(
    {super.inherit,
    super.maskColor,
    super.maskOpacity,
    this.stepStyle,
    this.animation});