OudsThemeConfigModel constructor
const
OudsThemeConfigModel({
- OudsButtonConfig? button,
- OudsTagConfig? tag,
- OudsTextInputConfig? textInput,
- required Widget child,
- Key? key,
Implementation
const OudsThemeConfigModel({
this.button,
this.tag,
this.textInput,
required super.child,
super.key,
});