PredictionsListView constructor

PredictionsListView({
  1. required List<Prediction> predictions,
  2. ValueChanged<Prediction>? onTap,
})

Implementation

PredictionsListView({required this.predictions, this.onTap});