EmbedLayout constructor
const
EmbedLayout(
- EmbedTextInput embedTextInput, {
- LayoutConverter? converter,
- Key? key,
Implementation
const EmbedLayout(
this.embedTextInput, {
this.converter,
super.key,
});