showcaseview library

Classes

ActionButtonIcon
FloatingActionWidget
Showcase
A widget that highlights a specific widget on the screen with an informative message to guide the user.
ShowcaseView
ShowCaseWidget
ShowCaseWidgetState
TooltipActionButton
TooltipActionButtonWidget
TooltipActionConfig

Enums

TooltipActionPosition
Defines the positioning of action buttons relative to the tooltip content.
TooltipDefaultActionType
Defines the standard action types that can be used in tooltip action buttons.
TooltipPosition
Defines the position of a tooltip relative to its target widget in the showcase.

Typedefs

FloatingActionBuilderCallback = FloatingActionWidget Function(BuildContext context)
Callback function type for building a floating action widget.
OnDismissCallback = void Function(GlobalKey<State<StatefulWidget>>? dismissedAt)
Callback function type for handling showcase dismissal events.
OnShowcaseCallback = void Function(int? showcaseIndex, GlobalKey<State<StatefulWidget>> key)
Callback type for showcase events that need index and key information