WatchBLoCWidget<T> constructor
const
WatchBLoCWidget<T> ({
- Key? key,
- LiveData<
T> ? liveData, - required Widget builder(
- BuildContext context,
- T value
Implementation
const WatchBLoCWidget({
Key? key,
this.liveData,
required this.builder,
}) : super(key: key);