widget property

  1. @Deprecated("Use `connector` instead")
T? widget

The connector widget that will instantiate the view-model.

Implementation

@Deprecated("Use `connector` instead")
T? get widget => _connector;