BaseBLoCWidget<T> constructor

const BaseBLoCWidget<T>({
  1. Key? key,
})

Implementation

const BaseBLoCWidget({
  Key? key,
}) : super(key: key);