create abstract method

C create(
  1. PropertyReader props
)

Constructs the component. Constructor-only configuration reads from props; everything with a set binding is applied after.

Implementation

C create(PropertyReader props);