Builder constructor
Builder(
- BuilderFunction build
The Builder Widget embeds a builder function in your Widget Tree. Here you can provide a similar method to the generate method of a Widget. This allows you to define new variables, make calculations and conditions.
Implementation
Builder(this.build);