build method
Implementation
Widget build(BuildContext context) {
return Provider<T>.value(
value: this as T,
child: view(context),
);
}
Widget build(BuildContext context) {
return Provider<T>.value(
value: this as T,
child: view(context),
);
}