RowBuilder.fromComponents constructor

RowBuilder.fromComponents(
  1. List<Component> components
)

Implementation

factory RowBuilder.fromComponents(List<Component> components) {
  return RowBuilder()
    ..components = components;
}