AttributeButton constructor Null safety

const AttributeButton(
  1. dynamic attribute,
  2. dynamic productPreferences
)

Implementation

const AttributeButton(
  this.attribute,
  this.productPreferences,
);