priceText constant

TextStyle const priceText

Implementation

static const TextStyle priceText = TextStyle(
  fontSize: 10,
  fontWeight: FontWeight.bold,
);