UpdateStepRow constructor

const UpdateStepRow(
  1. UpdateStep step, {
  2. Key? key,
})

Implementation

const UpdateStepRow(this.step, {super.key});