builder property

Widget Function() builder
final

Builds the actual screen once the deferred chunk is loaded. Must only reference symbols from the deferred-imported library inside this closure — they are not available before the future from loader resolves.

Implementation

final Widget Function() builder;