ChartEmptyState constructor
const
ChartEmptyState({
- Key? key,
- required ChartTheme theme,
- String message = 'No data available',
Implementation
const ChartEmptyState({super.key, required this.theme, this.message = 'No data available'});