PrimaryButton constructor

PrimaryButton({
  1. Shapes? shapes,
  2. DynamicColors? colors,
})

Implementation

PrimaryButton({
  this.shapes,
  this.colors,
});