VmFactory<St, T extends Widget?, Model extends Vm> constructor

VmFactory<St, T extends Widget?, Model extends Vm>([
  1. T? _connector
])

You need to pass the connector widget only if the view-model needs any info from it.

Implementation

VmFactory([this._connector]);