Skip to content

Commit

Permalink
fix: 👌Updated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-Simform committed Dec 3, 2024
1 parent 9e3d4e2 commit b0ea220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ WidgetsBinding.instance.addPostFrameCallback((_) =>
| toolTipSlideEndDistance | double | 7 | Defines motion range for tooltip slide animation |||
| tooltipActions | List<TooltipActionButton>? | [] | 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`:

Expand Down
2 changes: 1 addition & 1 deletion lib/src/showcase.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
///
Expand Down

0 comments on commit b0ea220

Please sign in to comment.