OudsThemeConfigModel constructor

const OudsThemeConfigModel({
  1. OudsButtonConfig? button,
  2. OudsTagConfig? tag,
  3. OudsTextInputConfig? textInput,
  4. required Widget child,
  5. Key? key,
})

Implementation

const OudsThemeConfigModel({
  this.button,
  this.tag,
  this.textInput,
  required super.child,
  super.key,
});