ViewWidget<T extends ViewModel> constructor

const ViewWidget<T extends ViewModel>({
  1. Key? key,
})

Create view widget

Implementation

const ViewWidget({Key? key}) : super(key: key);