ViewModelBuilderWidget<T extends ChangeNotifier> constructor

const ViewModelBuilderWidget<T extends ChangeNotifier>({
  1. Key? key,
})

Implementation

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