OudsTextInputConfig constructor

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

Implementation

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