TextGroup constructor

const TextGroup(
  1. String title,
  2. String tag, {
  3. Key? key,
  4. Color? color,
})

Implementation

const TextGroup(
  this.title,
  this.tag, {
  Key? key,
  this.color,
}) : super(key: key);