kDefaultNameTextStyle top-level constant

TextStyle const kDefaultNameTextStyle

Implementation

const kDefaultNameTextStyle = TextStyle(
  fontSize: 15,
  color: Colors.grey,
  fontFamily: 'U and I',
  package: 'credit_card_input_form',
);