StepIconBuilder typedef
A builder that creates the icon widget for the Step at stepIndex
, given
stepState
.
Implementation
typedef StepIconBuilder = Widget? Function(int stepIndex, StepState stepState);
A builder that creates the icon widget for the Step at stepIndex
, given
stepState
.
typedef StepIconBuilder = Widget? Function(int stepIndex, StepState stepState);