CustomWidget constructor
const
CustomWidget({})
Implementation
const CustomWidget({
Key? key,
required this.label,
required this.value,
required this.backgroundColor,
required this.backgroundColorLine,
this.textStyleLine,
}) : super(key: key);