NeoStepItem constructor

const NeoStepItem({
  1. required String label,
  2. String? helper,
})

Creates a NeoStepItem instance.

Implementation

const NeoStepItem({
  required this.label,
  this.helper,
});