CardHeader constructor

CardHeader({
  1. String? imageStyle,
  2. String? imageUrl,
  3. String? subtitle,
  4. String? title,
})

Implementation

CardHeader({this.imageStyle, this.imageUrl, this.subtitle, this.title});