refreshTextStyle constant

TextStyle const refreshTextStyle

Implementation

static const TextStyle refreshTextStyle = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.bold,
  color: color,
);