root property

BlobNode root
final

The widget to return when this widget is used.

This is usually a ConstructorCall, but may be a Switch (so long as that Switch resolves to a ConstructorCall. Other values (or a Switch that does not resolve to a constructor call) will result in an ErrorWidget being used.

Implementation

final BlobNode root;