@@ -136,27 +136,28 @@ WidgetsBinding.instance.addPostFrameCallback((_) =>
136136
137137## Properties of ` ShowCaseWidget ` :
138138
139- | Name | Type | Default Behaviour | Description |
140- | ---------------------------| ----------------------------| ------------------------------| --------------------------------------------------------------------------------|
141- | builder | Builder | | |
142- | blurValue | double | 0 | Provides blur effect on overlay |
143- | autoPlay | bool | false | Automatically display Next showcase |
144- | autoPlayDelay | Duration | Duration(milliseconds: 2000) | Visibility time of showcase when ` autoplay ` is enabled |
145- | enableAutoPlayLock | bool | false | Block the user interaction on overlay when autoPlay is enabled. |
146- | enableAutoScroll | bool | false | Allows to auto scroll to next showcase so as to make the given target visible. |
147- | scrollDuration | Duration | Duration(milliseconds: 300) | Time duration for auto scrolling |
148- | disableBarrierInteraction | bool | false | Disable barrier interaction |
149- | disableScaleAnimation | bool | false | Disable scale transition for all showcases |
150- | disableMovingAnimation | bool | false | Disable bouncing/moving transition for all showcases |
151- | onStart | Function(int?, GlobalKey)? | | Triggered on start of each showcase. |
152- | onComplete | Function(int?, GlobalKey)? | | Triggered on completion of each showcase. |
153- | onFinish | VoidCallback? | | Triggered when all the showcases are completed |
154- | enableShowcase | bool | true | Enable or disable showcase globally. |
155- | toolTipMargin | double | 14 | For tooltip margin |
156- | globalTooltipActionConfig | TooltipActionConfig? | | Global tooltip actionbar config |
157- | globalTooltipActions | List<TooltipActionButton >? | | Global list of tooltip actions |
158- | scrollAlignment | double | 0.5 | For Auto scroll widget alignment |
159- | globalTooltipActionConfig | FloatingActionWidget | | Global Config for tooltip action to auto apply for all the toolTip |
139+ | Name | Type | Default Behaviour | Description |
140+ | -------------------------------------| ----------------------------------------------| ------------------------------| --------------------------------------------------------------------------------|
141+ | builder | Builder | | |
142+ | blurValue | double | 0 | Provides blur effect on overlay. |
143+ | autoPlay | bool | false | Automatically display Next showcase. |
144+ | autoPlayDelay | Duration | Duration(milliseconds: 2000) | Visibility time of showcase when ` autoplay ` is enabled. |
145+ | enableAutoPlayLock | bool | false | Block the user interaction on overlay when autoPlay is enabled. |
146+ | enableAutoScroll | bool | false | Allows to auto scroll to next showcase so as to make the given target visible. |
147+ | scrollDuration | Duration | Duration(milliseconds: 300) | Time duration for auto scrolling. |
148+ | disableBarrierInteraction | bool | false | Disable barrier interaction. |
149+ | disableScaleAnimation | bool | false | Disable scale transition for all showcases. |
150+ | disableMovingAnimation | bool | false | Disable bouncing/moving transition for all showcases. |
151+ | onStart | Function(int?, GlobalKey)? | | Triggered on start of each showcase. |
152+ | onComplete | Function(int?, GlobalKey)? | | Triggered on completion of each showcase. |
153+ | onFinish | VoidCallback? | | Triggered when all the showcases are completed. |
154+ | enableShowcase | bool | true | Enable or disable showcase globally. |
155+ | toolTipMargin | double | 14 | For tooltip margin. |
156+ | globalTooltipActionConfig | TooltipActionConfig? | | Global tooltip actionbar config. |
157+ | globalTooltipActions | List<TooltipActionButton >? | | Global list of tooltip actions . |
158+ | scrollAlignment | double | 0.5 | For Auto scroll widget alignment. |
159+ | globalFloatingActionWidget | FloatingActionWidget Function(BuildContext)? | | Global Config for tooltip action to auto apply for all the toolTip . |
160+ | hideFloatingActionWidgetForShowcase | List<GlobalKey > | [ ] | Hides globalFloatingActionWidget for the provided showcase widget keys. |
160161
161162
162163## Properties of ` Showcase ` and ` Showcase.withWidget ` :
0 commit comments