StopListTile constructor Null safety

const StopListTile(
  1. {Key? key,
  2. required Stop? stop,
  3. bool isFavorite = false}
)

Implementation

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