build method
Builds the widget.
Listens to Provider for changes if TViewModelWidget.isReactive is true.
Implementation
@override
Widget build() =>
widget.build(this, Provider.of<T>(this, listen: widget.isReactive));
Builds the widget.
Listens to Provider for changes if TViewModelWidget.isReactive is true.
@override
Widget build() =>
widget.build(this, Provider.of<T>(this, listen: widget.isReactive));