RowBuilder.fromTextInput constructor Null safety

RowBuilder.fromTextInput(
  1. TextInputBuilder input
)

Implementation

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