EmbedLayout constructor

const EmbedLayout(
  1. EmbedTextInput embedTextInput, {
  2. LayoutConverter? converter,
  3. Key? key,
})

Implementation

const EmbedLayout(
  this.embedTextInput, {
  this.converter,
  super.key,
});