CountdownHeaderContent constructor
const
CountdownHeaderContent({
- required String title,
- required String subtitle,
- String? imageUrl,
- ImagePlaceholder? imagePlaceholder,
Implementation
const CountdownHeaderContent({
required this.title,
required this.subtitle,
this.imageUrl,
this.imagePlaceholder,
});