ShowcaseWidget constructor
const
ShowcaseWidget({
- required Builder builder,
- VoidCallback? onFinish,
- dynamic onStart()?,
- dynamic onComplete()?,
- bool autoPlay = false,
- Duration autoPlayDelay = const Duration(milliseconds: 2000),
- bool enableAutoPlayLock = false,
- double blurValue = 0,
- Duration scrollDuration = const Duration(milliseconds: 300),
- bool disableMovingAnimation = false,
- bool disableScaleAnimation = false,
- bool enableAutoScroll = false,
- bool disableBarrierInteraction = false,
- bool enableShowcase = true,
Implementation
const ShowcaseWidget({
required this.builder,
this.onFinish,
this.onStart,
this.onComplete,
this.autoPlay = false,
this.autoPlayDelay = const Duration(milliseconds: 2000),
this.enableAutoPlayLock = false,
this.blurValue = 0,
this.scrollDuration = const Duration(milliseconds: 300),
this.disableMovingAnimation = false,
this.disableScaleAnimation = false,
this.enableAutoScroll = false,
this.disableBarrierInteraction = false,
this.enableShowcase = true,
});