ResultsDisplay constructor
const
ResultsDisplay({
- Key? key,
- ScrapeResult? result,
- String? errorMessage,
- bool isLoading = false,
- VoidCallback? onClear,
Implementation
const ResultsDisplay({
super.key,
this.result,
this.errorMessage,
this.isLoading = false,
this.onClear,
});