OudsButtonConfig constructor

const OudsButtonConfig({
  1. bool? rounded = true,
})

Implementation

const OudsButtonConfig({
  this.rounded = true,
});