StopListTile constructor Null safety
Implementation
const StopListTile({Key? key, required this.stop, this.isFavorite = false})
: super(key: key);
const StopListTile({Key? key, required this.stop, this.isFavorite = false})
: super(key: key);