PredictionTile constructor
const
PredictionTile({
- Key? key,
- required Prediction prediction,
- ValueChanged<
Prediction> ? onTap, - TextStyle? resultTextStyle,
Implementation
const PredictionTile({
super.key,
required this.prediction,
this.onTap,
this.resultTextStyle,
});