CustomStreamBuilder constructor

const CustomStreamBuilder({
  1. Key? key,
})

Implementation

const CustomStreamBuilder({Key? key}) : super(key: key);