FunctionalComponent constructor

FunctionalComponent(
  1. View? builder()
)

Creates a component backed by builder.

Implementation

FunctionalComponent(this.builder);