OrientedScreen constructor Null safety

const OrientedScreen(
  1. {Key? key}
)

Implementation

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