stepIconBuilder property
final
Callback for creating custom icons for the steps.
When overriding icon for StepState.error, please return a widget whose width and height are 14 pixels or less to avoid overflow.
If null, the default icons will be used for respective StepState.
Implementation
final StepIconBuilder? stepIconBuilder;