BZView<C extends BZController> constructor

const BZView<C extends BZController>({
  1. Key? key,
})

Implementation

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