whiteCardNumberStyle top-level constant

TextStyle const whiteCardNumberStyle

Implementation

const TextStyle whiteCardNumberStyle = TextStyle(
  color: Colors.white,
  fontWeight: FontWeight.w500,
);