RowStep constructor

const RowStep(
  1. {String? icon,
  2. String? title,
  3. Key? key}
)

Implementation

const RowStep({this.icon, this.title, Key? key}) : super(key: key);