baseWhite constant

TextStyle const baseWhite

Implementation

static const TextStyle baseWhite = TextStyle(
  // fontFamily: FontFamily.roboto,
  fontSize: 16,
  fontWeight: FontWeight.normal,
  color: CColors.white,
);