apply abstract method

Component apply(
  1. String name,
  2. Map<String, String> attributes,
  3. Component? child
)

Builds a component with the given name, attributes, and child.

Implementation

Component apply(String name, Map<String, String> attributes, Component? child);