build abstract method

Widget build(
  1. BuildContext context,
  2. StepProperties properties
)

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);