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