CardHeader constructor

const CardHeader(
  1. String text, {
  2. Key? key,
  3. required Color color,
})

Implementation

const CardHeader(this.text, {Key? key, required this.color}) : super(key: key);