footer constant

TextStyle const footer

Footer

Implementation

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