NZStep constructor

const NZStep({
  1. required String title,
  2. String? description,
  3. IconData? icon,
})

Implementation

const NZStep({required this.title, this.description, this.icon});