ControllerRef<T extends ZenController> constructor

const ControllerRef<T extends ZenController>({
  1. String? tag,
  2. ZenScope? scope,
})

Implementation

const ControllerRef({this.tag, this.scope});