leading property
Optional leading widget (icon or image) to display in the tooltip card.
This can be used to add visual context to the step, such as an icon representing the feature being explained or an image showing what the user should look for.
leading: Icon(Icons.settings, size: 48, color: Colors.blue)
Implementation
final Widget? leading;