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