RowBuilder.fromComponents constructor Null safety
- List<
ComponentBuilder> components
Implementation
factory RowBuilder.fromComponents(List<ComponentBuilder> components) {
return RowBuilder()
..components = components;
}
factory RowBuilder.fromComponents(List<ComponentBuilder> components) {
return RowBuilder()
..components = components;
}