NGView<C extends NGViewController> constructor

const NGView<C extends NGViewController>({
  1. Key? key,
  2. required C controller,
})

Implementation

const NGView({Key? key, required this.controller}) : super(key: key);