ChartActionButton constructor
ChartActionButton({
- required String title,
- required VoidCallback onPressed,
- bool isSelected = false,
- TextStyle? textStyle,
Implementation
ChartActionButton({
required this.title,
required this.onPressed,
this.isSelected = false,
this.textStyle,
});