button constant

TextStyle const button

Implementation

static const TextStyle button = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w400,
  color: VivantaColors.background,
);