View<BC extends ViewModel> constructor
const
View<BC extends ViewModel> (
- BC vm, {
- Key? key,
Implementation
const View(
this.vm, {
Key? key,
}) : super(key: key);