EmbedInputStyle constructor

EmbedInputStyle({
  1. EmbedInputViewStyle? base,
  2. EmbedInputViewStyle? error,
  3. EmbedInputViewStyle? focus,
})

Implementation

EmbedInputStyle({
  this.base,
  this.error,
  this.focus,
});