HighlightTextCard<T> constructor

const HighlightTextCard<T>({
  1. Key? key,
  2. T? value,
  3. T? groupValue,
  4. EdgeInsets? padding,
  5. EdgeInsets? margin,
  6. Color? backgroundColor,
  7. Color? textColor,
  8. String? label,
  9. dynamic onChanged(
    1. T?
    )?,
})

Implementation

const HighlightTextCard({super.key, this.value, this.groupValue, this.padding, this.margin, this.backgroundColor, this.textColor, this.label, this.onChanged});