buildAsync property

bool? buildAsync
final

Controls whether the widget tree is built asynchronously.

If not set, async build will be enabled automatically if the html has at least kShouldBuildAsync characters.

Implementation

final bool? buildAsync;