footer constant

TextStyle const footer

End of ContainedButton

Footer

Implementation

///Footer
static const TextStyle footer = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.normal,
  color: BASFColors.darkGrey,
);