build method

  1. @override
Widget build()
override

Builds the widget.

Listens to Provider for changes if isReactive is true.

Implementation

@override
Widget build() =>
    widget.build(this, Provider.of<T>(this, listen: widget.isReactive));