AsyncStatelessElement constructor

AsyncStatelessElement(
  1. AsyncStatelessComponent component
)

Creates an element that uses the given component as its configuration.

Implementation

AsyncStatelessElement(AsyncStatelessComponent super.component);