build abstract method
Builds the stepper widget using this variant's visual style.
Implementations should create the appropriate layout using the provided StepProperties which contains step data, current state, and sizing information.
Implementation
Widget build(BuildContext context, StepProperties properties);