PredictionTile constructor
PredictionTile({
- LocalPrediction? localPrediction,
- Prediction? prediction,
- ValueChanged<
LocalPrediction> ? onLocPreTap, - ValueChanged<
Prediction> ? onTap,
Implementation
PredictionTile(
{this.localPrediction, this.prediction, this.onLocPreTap, this.onTap});