EmbedInputStyle constructor
EmbedInputStyle({
- EmbedInputViewStyle? base,
- EmbedInputViewStyle? error,
- EmbedInputViewStyle? focus,
Implementation
EmbedInputStyle({
this.base,
this.error,
this.focus,
});