ComponentPresets constructor

const ComponentPresets({
  1. Size size = ComponentSizes.medium,
  2. Color backgroundColor = Colors.white,
})

Implementation

const ComponentPresets({
  this.size = ComponentSizes.medium,
  this.backgroundColor = Colors.white,
});