FunctionalComponent constructor
FunctionalComponent(
- View? builder()
Creates a component backed by builder.
Implementation
FunctionalComponent(this.builder);
Creates a component backed by builder.
FunctionalComponent(this.builder);