main constant

TextStyle const main

Implementation

static const TextStyle main = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w500,
  color: VivantaColors.text,
  height: 1.4,
);