ProductPrice.crossedOutPrice constructor
Implementation
const ProductPrice.crossedOutPrice({
required this.value,
required this.title,
super.key,
}) : _textStyle = const TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
color: ColorName.gray600,
decoration: TextDecoration.lineThrough,
);