AddToCartButtonConfiguration constructor Null safety

AddToCartButtonConfiguration(
  1. {String? backgroundColor,
  2. String? textColor,
  3. double? fontSize}
)

Implementation

AddToCartButtonConfiguration({
  this.backgroundColor,
  this.textColor,
  this.fontSize,
});