CountdownHeaderContent constructor

const CountdownHeaderContent({
  1. required String title,
  2. required String subtitle,
  3. String? imageUrl,
  4. ImagePlaceholder? imagePlaceholder,
})

Implementation

const CountdownHeaderContent({
  required this.title,
  required this.subtitle,
  this.imageUrl,
  this.imagePlaceholder,
});