PredictionTile constructor

PredictionTile({
  1. LocalPrediction? localPrediction,
  2. Prediction? prediction,
  3. ValueChanged<LocalPrediction>? onLocPreTap,
  4. ValueChanged<Prediction>? onTap,
})

Implementation

PredictionTile(
    {this.localPrediction, this.prediction, this.onLocPreTap, this.onTap});