title constant

TextStyle const title

Implementation

static const TextStyle title = TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w400,
  color: VivantaColors.text,
  height: 1.4,
);