version constant

TextStyle const version

Version

Implementation

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