ViewModelStatelessWidget<T extends ChangeNotifier> constructor
const
ViewModelStatelessWidget<T extends ChangeNotifier> ({
- Key? key,
Creates a ViewModelStatelessWidget.
- key: (Optional) A key that uniquely identifies the widget.
Implementation
const ViewModelStatelessWidget({super.key});