ScreensView constructor Null safety

const ScreensView(
  1. {Key? key}
)

Implementation

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