indicator property

Widget? indicator
final

Default custom widget that points to the target. (e.g. arrow)

Used when TutorialStep.indicator isn't specified. Requires indicatorHeight and indicatorWidth for correct positioning.

{@tool snippet}

indicator: Icon(Icons.arrow_downward, size: 24),
indicatorHeight: 24,
indicatorWidth: 24,

{@end-tool}

Implementation

final Widget? indicator;