Steps constructor

const Steps({
  1. Key? key,
  2. String? countryValue,
})

Implementation

const Steps({
  Key? key,
  this.countryValue,
}) : super(key: key);