StopScreen constructor Null safety

const StopScreen(
  1. {Key? key,
  2. required String stopId}
)

Implementation

const StopScreen({Key? key, required this.stopId}) : super(key: key);