ReactiveStateWidget<T> constructor

const ReactiveStateWidget<T>({
  1. Key? key,
  2. String? tag,
})

Creates a reactive view.

The key parameter is an optional identifier for this widget.

Implementation

const ReactiveStateWidget({Key? key, this.tag}) : super(key: key);