kTextStyle top-level property
Implementation
final kTextStyle = TextStyle(
fontSize: 8,
fontWeight: FontWeight.bold,
color: Colors.white,
fontFamily: 'U and I',
package: 'credit_card_input_form',
);
final kTextStyle = TextStyle(
fontSize: 8,
fontWeight: FontWeight.bold,
color: Colors.white,
fontFamily: 'U and I',
package: 'credit_card_input_form',
);