CacheWidget<T> constructor
CacheWidget<T> (
- String action,
- StoreBuilder<
T> builder, { - Key? key,
- dynamic data,
Implementation
CacheWidget(this.action, this.builder, {Key? key, this.data})
: super(key: key);