privacy constant

TextStyle const privacy

Implementation

static const TextStyle privacy = TextStyle(
  fontSize: 14,
  fontWeight: FontWeight.w400,
  color: VivantaColors.privacy,
  height: 1.4,
);