HighlightTextCard<T> constructor
const
HighlightTextCard<T> ({
- Key? key,
- T? value,
- T? groupValue,
- EdgeInsets? padding,
- EdgeInsets? margin,
- Color? backgroundColor,
- Color? textColor,
- String? label,
- dynamic onChanged(
- T?
Implementation
const HighlightTextCard({super.key, this.value, this.groupValue, this.padding, this.margin, this.backgroundColor, this.textColor, this.label, this.onChanged});