ProductPrice constructor
Implementation
const ProductPrice({
required this.value,
required this.title,
super.key,
}) : _textStyle = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
color: ColorName.gray700,
);