diff --git a/README.md b/README.md index 5c4aef5d..4cf29b9c 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ WidgetsBinding.instance.addPostFrameCallback((_) => | toolTipSlideEndDistance | double | 7 | Defines motion range for tooltip slide animation | ✅ | ✅ | | tooltipActions | List? | [] | Provide a list of tooltip actions | ✅ | ✅ | | tooltipActionConfig | TooltipActionConfig? | | Give configurations (alignment, position, etc...) to the tooltip actionbar | ✅ | ✅ | -| disableAutoScroll | bool? | | This is used to override the `ShowCaseWidget.enableAutoScroll` behaviour | ✅ | ✅ | +| enableAutoScroll | bool? | ShowCaseWidget.enableAutoScroll | This is used to override the `ShowCaseWidget.enableAutoScroll` behaviour | ✅ | ✅ | ## Properties of `TooltipActionButton` and `TooltipActionButton.custom`: diff --git a/lib/src/showcase.dart b/lib/src/showcase.dart index baadce01..ae9fad84 100644 --- a/lib/src/showcase.dart +++ b/lib/src/showcase.dart @@ -356,7 +356,7 @@ class Showcase extends StatefulWidget { /// - `tooltipActions`: A list of custom actions (widgets) to display within the tooltip. /// - `tooltipActionConfig`: Configuration options for custom tooltip actions. /// - `scrollAlignment`: Defines the alignment for the auto scroll function. - /// - `enableAutoScroll`:This is used to override the [ShowCaseWidget.enableAutoScroll] behaviour for this showcase + /// - `enableAutoScroll`:This is used to override the [ShowCaseWidget.enableAutoScroll] behaviour for this showcase. /// /// **Assertions:** ///