s16WhiteW500 constant

TextStyle const s16WhiteW500

Implementation

static const s16WhiteW500 = TextStyle(
  fontSize: 16,
  color: ColorName.white,
  fontWeight: FontWeight.w500,
);