ArrivalsScreenBody constructor Null safety

const ArrivalsScreenBody(
  1. {Key? key}
)

Implementation

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