widget property

BlobNode widget
final

The widget that will be returned when the builder callback is called.

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 widget;