RowBuilder.fromTextInput constructor
RowBuilder.fromTextInput(
- TextInputBuilder input
Implementation
factory RowBuilder.fromTextInput(TextInputBuilder input) {
return RowBuilder.fromComponents([input]);
}