View<BC extends ViewModel> constructor

const View<BC extends ViewModel>(
  1. BC vm, {
  2. Key? key,
})

Implementation

const View(
    this.vm, {
      Key? key,
    }) : super(key: key);