SubZeroProgressStep constructor

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

Implementation

const SubZeroProgressStep({
  required this.title,
  this.icon,
  this.subtitle,
});