SelectorViewModelWidget<T extends ChangeNotifier, K> constructor

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

Implementation

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