ExplainableAction constructor
const
ExplainableAction({})
Implementation
const ExplainableAction({
super.key,
required this.child,
required this.phases,
required this.explainerTitle,
this.helperText,
this.initialIndex = 0,
this.onPressed,
this.showExplainerOnFirstTap = false,
});