ScreenView<C extends ScreenController> constructor

const ScreenView<C extends ScreenController>({
  1. Key? key,
})

Implementation

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