ProgressScaffoldState constructor

const ProgressScaffoldState({
  1. required DateTime started_at,
  2. String? title,
  3. String? subtitle,
})

Implementation

const ProgressScaffoldState({
  required this.started_at,
  this.title,
  this.subtitle,
});